mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
13 lines
392 B
Text
13 lines
392 B
Text
--- Makefile.SimpleX.orig Tue Mar 15 16:47:43 1994
|
|
+++ Makefile.SimpleX Mon Nov 18 21:06:58 1996
|
|
@@ -5,8 +5,8 @@
|
|
|
|
# You need to supply directories for libraries and include files
|
|
# only if they are not in a standard directory.
|
|
-LIBDIRS =
|
|
-INCDIRS =
|
|
+LIBDIRS = -L${X11BASE}/lib
|
|
+INCDIRS = -I${X11BASE}/include
|
|
#LIBDIRS = -L/usr/imports/lib/X11R5
|
|
#INCDIRS = -I/usr/imports/include
|
|
|