summaryrefslogtreecommitdiff
path: root/games/speyes/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 22:38:45 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 22:38:45 +0000
commit30ae16bebec6fc5c3ae1e28f86c63c83ba3e50e7 (patch)
treef5b84f9c167d328a091386dd6fb757765d8b96d0 /games/speyes/files/patch-aa
parentHonor CFLAGS/CXXFLAGS and get this to compile on systems with egcs (diff)
* Update to 1.2.0
* Pass CFLAGS to build properly * Remove libgnugetopt dependency (getopt.c/getopt1.c now included) PR: 15103 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23421
Diffstat (limited to '')
-rw-r--r--games/speyes/files/patch-aa15
1 files changed, 6 insertions, 9 deletions
diff --git a/games/speyes/files/patch-aa b/games/speyes/files/patch-aa
index 8fa3e8c9434c..502d44393159 100644
--- a/games/speyes/files/patch-aa
+++ b/games/speyes/files/patch-aa
@@ -1,13 +1,10 @@
---- Imakefile.orig Sat Oct 30 00:31:02 1999
-+++ Imakefile Wed Nov 3 08:28:28 1999
-@@ -2,7 +2,9 @@
-
+--- Imakefile.orig Thu Nov 4 19:43:09 1999
++++ Imakefile Fri Nov 26 17:17:54 1999
+@@ -4,6 +4,7 @@
SYS_LIBRARIES = MathLibrary
DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
--LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB)
-+LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB) -lgnugetopt
-+EXTRA_INCLUDES = -ILOCALBASE/include
-+LOCAL_LDFLAGS = -LLOCALBASE/lib
+ LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB)
++CDEBUGFLAGS = __CFLAGS__
SRCS = speyes.c
- OBJS = speyes.o
+ OBJS = speyes.o getopt.o getopt1.o