freebsd-ports/graphics/landscape/files/patch-aa
FUJISHIMA Satsuki 2a07321b3e sync with devel/pth:
- use pthread-config to detect pth/pthread parts.
replace hardcoded path with ${X11BASE} and ${LOCALBASE}.

Non-response from:	maintainer.
2001-09-11 14:53:54 +00:00

19 lines
735 B
Text

--- makefile.orig Fri Jun 8 03:52:18 2001
+++ makefile Tue Sep 4 08:28:49 2001
@@ -7,13 +7,13 @@
ARCH = freebsd
#ARCH = solaris
-INCLUDEPATH.freebsd = -I/usr/local/include/ -I. -Iutil -Iprefs -Irenderer \
+INCLUDEPATH.freebsd = `pthread-config --cflags` -I/usr/local/include/ -I. -Iutil -Iprefs -Irenderer \
-Iwindows -Iwindows/unix -Ifractal -Itexture -Imain/unix -Imath \
-I/usr/X11R6/include/qt2 -I/usr/X11R6/include
INCLUDEPATH.solaris = -I. -I/usr/local/include/qt2
-LIBRARYPATH = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/compat/linux/lib/
+LIBRARYPATH = `pthread-config --ldflags` -L/usr/local/lib -L/usr/X11R6/lib
-CC = gcc
+#CC = gcc
CPP = gcc
RM = rm -f
MOC = moc2