aboutsummaryrefslogtreecommitdiffstats
path: root/misc/estic/files/patch-au
blob: 2c95e2cc9ed22432d7a419de19911552dccde2e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- spunk/make/freebsd-x.mak.orig	Sat Feb 26 18:19:20 2000
+++ spunk/make/freebsd-x.mak	Sat Feb 26 18:26:26 2000
@@ -31,7 +31,7 @@
 
 # Flags for the gnu compiler (use the second one for gcc >= 2.6.0)
 #CFLAGS = -DFREEBSD -g -Wall -x c++ -I /usr/X11/include
-CFLAGS	= -DFREEBSD -g -Wall -x c++ -I /usr/X11/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
+CFLAGS	= -DFREEBSD -g -Wall -x c++ -I ${X11BASE}/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
 
 LIB	= spunk.a
 ZIPFILE = spunk.zip
@@ -206,7 +206,7 @@
 # Dummy targets
 
 xresed:		$(LIB) $(RESEDITOBJS) $(HDRS)
-	$(CC) -g -o xresed $(RESEDITOBJS) $(LIB) -lg++ -L/usr/X11R6/lib -lX11
+	$(CC) -g -o xresed $(RESEDITOBJS) $(LIB) -L/usr/X11R6/lib -lX11
 
 lib:	$(LIB)