From 0ccc29e81c5ca92dece3cbca352e8f4460e7378c Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 6 Sep 2005 08:38:32 +0000 Subject: - rename and merge patches (for better CVS tracking of next updates) --- misc/estic/files/patch-estic-freebsd-x.mak | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 misc/estic/files/patch-estic-freebsd-x.mak (limited to 'misc/estic/files/patch-estic-freebsd-x.mak') diff --git a/misc/estic/files/patch-estic-freebsd-x.mak b/misc/estic/files/patch-estic-freebsd-x.mak new file mode 100644 index 000000000000..5da664d178bf --- /dev/null +++ b/misc/estic/files/patch-estic-freebsd-x.mak @@ -0,0 +1,30 @@ +--- estic/make/freebsd-x.mak.orig Sat Sep 14 15:40:16 1996 ++++ estic/make/freebsd-x.mak Fri Mar 9 23:10:30 2001 +@@ -27,7 +27,8 @@ + AR = ar + LD = ld + ZIP = zip +-CC = g++ ++CXX ?= g++ ++CC = ${CXX} + + LIB = ../spunk/spunk.a + INCDIR = ../spunk +@@ -35,7 +36,7 @@ + # Both configurations of CFLAGS will probably work since FreeBSD has a + # smart linker... + #CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib +-CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib -fno-implicit-templates -DEXPLICIT_TEMPLATES ++CFLAGS += -DFREEBSD -g -Wall -I$(INCDIR) -x c++ -L $(X11BASE)/lib -fno-implicit-templates -DEXPLICIT_TEMPLATES + + + # ------------------------------------------------------------------------------ +@@ -79,7 +80,7 @@ + all: xestic + + xestic: $(LIB) $(OBJS) +- $(CC) -o xestic $(OBJS) $(LIB) -ltermcap -lg++ -lX11 ++ $(CC) -L /usr/X11R6/lib -o xestic $(OBJS) $(LIB) -ltermcap -lX11 + + + # ------------------------------------------------------------------------------ -- cgit v1.2.3