ports/emulators/quasi88/files/patch-Makefile
Martin Wilke c273bb04eb - Respect X11BASE
PR:		ports/105815
Submitted by:	trasz
2006-11-24 22:48:39 +00:00

11 lines
327 B
Text

--- Makefile.orig Fri Nov 24 15:04:26 2006
+++ Makefile Fri Nov 24 15:05:24 2006
@@ -250,8 +250,8 @@
# X11 関連のディレクトリとライブラリを指定
# X11INC = -I/usr/include/X11
# X11LIB = -L/usr/lib/X11
-X11INC = -I/usr/X11R6/include
-X11LIB = -L/usr/X11R6/lib
+X11INC = -I$(X11BASE)/include
+X11LIB = -L$(X11BASE)/lib