mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
21 lines
734 B
Plaintext
21 lines
734 B
Plaintext
|
--- 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)
|
||
|
|