1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-toolkits/xg/files/patch-ac

13 lines
419 B
Plaintext
Raw Normal View History

--- testsrc/makefile Fri Mar 14 22:50:16 1997
+++ /home/andy/tmp/wrk/testsrc/makefile Wed Dec 2 23:05:06 1998
@@ -43,6 +43,9 @@
testrow.c testtb.c testte.c testtabs.c
TESTPROGS = ${TESTCSRC:.c=}
+CFLAGS = -I/usr/X11R6/include/xg -I/usr/X11R6/include
+LDFLAGS = -L/usr/X11R6/lib -lXm -lXt -lXmu -lX11 -lxg
+
# ------------------------------------------------------------------------
# miscellaneous macros
#