freebsd-ports/x11-toolkits/xg/files/patch-ac
Steve Price 205a5d395b Initial import of xg version 1.0.
Windows(tm) controls - like widget set for Motif(tm).

PR:		8950
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-12-23 01:19:33 +00:00

12 lines
419 B
Text

--- 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
#