diff options
Diffstat (limited to 'misc/estic/files/patch-estic-freebsd-x.mak')
-rw-r--r-- | misc/estic/files/patch-estic-freebsd-x.mak | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/estic/files/patch-estic-freebsd-x.mak b/misc/estic/files/patch-estic-freebsd-x.mak index e8acd7fc2325..76c9f8413f51 100644 --- a/misc/estic/files/patch-estic-freebsd-x.mak +++ b/misc/estic/files/patch-estic-freebsd-x.mak @@ -1,6 +1,6 @@ ---- estic/make/freebsd-x.mak.orig 1997-01-31 03:57:24.000000000 +0100 -+++ estic/make/freebsd-x.mak 2014-03-28 17:00:36.000000000 +0100 -@@ -27,12 +27,12 @@ +--- estic/make/freebsd-x.mak.orig 1997-01-31 02:57:24 UTC ++++ estic/make/freebsd-x.mak +@@ -27,12 +27,12 @@ AS = gas AR = ar LD = ld ZIP = zip @@ -15,7 +15,7 @@ # ------------------------------------------------------------------------------ -@@ -71,10 +71,10 @@ +@@ -71,10 +71,10 @@ OBJS = callwin.o \ icintcon.o \ iclog.o \ icmsgwin.o \ @@ -28,16 +28,16 @@ # ------------------------------------------------------------------------------ # -@@ -82,7 +82,7 @@ +@@ -82,7 +82,7 @@ OBJS = callwin.o \ all: xestic xestic: $(LIB) $(OBJS) - $(CC) -o xestic $(OBJS) $(LIB) -ltermcap -lg++ -lX11 -+ $(CC) -L $(LOCALBASE)/lib -o xestic $(OBJS) $(LIB) -ltermcap -lX11 ++ $(CC) -L $(LOCALBASE)/lib -o xestic $(OBJS) $(LIB) -lncurses -lX11 # ------------------------------------------------------------------------------ -@@ -90,7 +90,7 @@ +@@ -90,7 +90,7 @@ xestic: $(LIB) $(OBJS) depend dep: @echo "Creating dependency information" @@ -46,7 +46,7 @@ # ------------------------------------------------------------------------------ # Create a ZIP file -@@ -114,9 +114,10 @@ +@@ -114,9 +114,10 @@ bin-dist: estic icload strip clean: -rm -f *.bak *~ |