summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-ag
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-10 18:34:23 +0000
committertron <tron@pkgsrc.org>2001-02-10 18:34:23 +0000
commitd94912ffb88259a444109c94f3fa1ca2e7ffbb43 (patch)
treeabcdbe34fc37d21dd5e39736a8d89db00627fe96 /comms/estic/patches/patch-ag
parentc7315c57095c5cb7900a575629b50056729abe7d (diff)
downloadpkgsrc-d94912ffb88259a444109c94f3fa1ca2e7ffbb43.tar.gz
Import new "estic" package:
German language configuration tool for ISTEC 1003/1008 ISDN systems
Diffstat (limited to 'comms/estic/patches/patch-ag')
-rw-r--r--comms/estic/patches/patch-ag43
1 files changed, 43 insertions, 0 deletions
diff --git a/comms/estic/patches/patch-ag b/comms/estic/patches/patch-ag
new file mode 100644
index 00000000000..5929c0306d0
--- /dev/null
+++ b/comms/estic/patches/patch-ag
@@ -0,0 +1,43 @@
+$NetBSD: patch-ag,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $
+
+--- ../spunk/make/freebsd-x.mak.orig Sun Nov 24 22:33:26 1996
++++ ../spunk/make/freebsd-x.mak Sat Feb 10 19:06:51 2001
+@@ -27,10 +27,9 @@
+ AR = ar
+ LD = ld
+ ZIP = zip
+-CC = g++
+
+ # Flags for the gnu compiler
+-CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -x c++ -I /usr/X11R6/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
++CFLAGS += -DFREEBSD -Wall -x c++ -I$(X11BASE)/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
+
+ LIB = spunk.a
+ ZIPFILE = spunk.zip
+@@ -42,7 +41,7 @@
+ $(CC) $(CFLAGS) -c $<
+
+ .cc.o:
+- $(CC) $(CFLAGS) -c $<
++ $(CXX) $(CFLAGS) -c $<
+
+ # ------------------------------------------------------------------------------
+ # All SPUNK OBJ files
+@@ -136,7 +135,7 @@
+ # Dummy targets
+
+ xresed: $(LIB) $(RESEDITOBJS)
+- $(CC) -g -o xresed $(RESEDITOBJS) $(LIB) -lg++ -L/usr/X11R6/lib -lX11
++ $(CXX) -o xresed $(RESEDITOBJS) $(LIB) $(LDFLAGS) -lX11
+
+ lib: $(LIB)
+
+@@ -149,7 +148,7 @@
+
+ depend dep:
+ @echo "Creating dependency information"
+- $(CC) -DFREEBSD -MM *.cc > .depend
++ $(CXX) -DFREEBSD -MM *.cc > .depend
+
+ # ------------------------------------------------------------------------------
+ # Target specific files