mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
205a5d395b
Windows(tm) controls - like widget set for Motif(tm). PR: 8950 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
14 lines
490 B
Plaintext
14 lines
490 B
Plaintext
--- makefile Sat Mar 15 00:36:20 1997
|
|
+++ /home/andy/tmp/wrk/makefile Wed Dec 2 22:28:41 1998
|
|
@@ -51,8 +51,8 @@
|
|
# most systems don't need to do this, ie:. -I/usr/dt/include for
|
|
# Solaris
|
|
#
|
|
-MOTIF_INC =
|
|
-CFLAGS = "-DUSE_XM_MWMUTIL_H -DUSE_XGPM -I../include ${MOTIF_INC}"
|
|
+MOTIF_INC = -I${X11BASE}/include -I${X11BASE}/include/X11
|
|
+CFLAGS = "-DUSE_XM_MWMUTIL_H -DUSE_XGPM -DV_USE_TM_ZONE -I../include ${MOTIF_INC}"
|
|
|
|
#
|
|
# If your OS doesn't use ranlib set RANLIB to true
|