mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
201512ac87
PR: ports/10833 Submitted by: Jim Mock jim@phrantic.phear.net
11 lines
364 B
Plaintext
11 lines
364 B
Plaintext
--- Makefile.orig Tue Feb 9 23:16:16 1999
|
|
+++ Makefile Tue Feb 9 23:16:34 1999
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11
|
|
+INCLUDES =-I/usr/X11R6/include/X11 -I/usr/X11R6/include -I/usr/local/include -I/usr/include/X11R6/X11
|
|
LIBINC =-L/usr/X11R6/lib -L/usr/include/lib
|
|
LIBS = -lm -lX11 -lXpm -lXext
|
|
|