aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/xg/files/patch-aa
blob: 30390f1c11a0ef052d8898afa63b88c30edf1438 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- makefile.orig	Sat Mar 15 09:36:20 1997
+++ makefile	Sun Nov 12 22:18:51 2000
@@ -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${LOCALBASE}/include -I${LOCALBASE}/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
@@ -76,7 +76,7 @@
 
 library:
 	@(cd src; \
-	CFLAGS=${CFLAGS} ARFLAGS=${ARFLAGS} RANLIB=${RANLIB} make all)
+	CFLAGS="${CFLAGS}" ARFLAGS="${ARFLAGS}" RANLIB="${RANLIB}" ${MAKE} all)
 
 tests: library
 	@(cd testsrc; \