[PC-BSD Commits] r3089 - pcbsd/trunk/SoundDetect
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 17 09:08:34 PST 2008
Author: kris
Date: 2008-12-17 09:08:34 -0800 (Wed, 17 Dec 2008)
New Revision: 3089
Modified:
pcbsd/trunk/SoundDetect/Makefile
Log:
Fixed building SoundDetect on the new localbase
Modified: pcbsd/trunk/SoundDetect/Makefile
===================================================================
--- pcbsd/trunk/SoundDetect/Makefile 2008-12-17 17:06:13 UTC (rev 3088)
+++ pcbsd/trunk/SoundDetect/Makefile 2008-12-17 17:08:34 UTC (rev 3089)
@@ -3,8 +3,8 @@
OBJECTS= sound_detect.o parse_sound.o
CC=/usr/bin/gcc
-INCLUDES=-I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/curl
-LIB=-L/usr/local/lib -lxml2 -L/usr/local/lib -lcurl
+INCLUDES=-I/PCBSD/local/include -I/PCBSD/local/include/libxml2 -I/PCBSD/local/include/curl
+LIB=-L/PCBSD/local/lib -lxml2 -L/PCBSD/local/lib -lcurl
sound_detect : $(OBJECTS)
$(CC) $(OBJECTS) $(LIB) -o $(.TARGET)
More information about the Commits
mailing list