summaryrefslogtreecommitdiff
path: root/lang/nqc/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-04-29 23:49:03 +0000
committerSteve Price <steve@FreeBSD.org>2000-04-29 23:49:03 +0000
commit85c1dcac82b9bd1946c505536f1953cf1dfd0247 (patch)
treea2cdf53ea7807fe5612f71f4cf03b62cab746d76 /lang/nqc/files/patch-aa
parentUpdate to version 1.0.2. (diff)
Update to version 2.1.r2.
PR: 18294 Submitted by: Stephen J. Roznowski <sjr@home.com>
Notes
Notes: svn path=/head/; revision=28110
Diffstat (limited to '')
-rw-r--r--lang/nqc/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/nqc/files/patch-aa b/lang/nqc/files/patch-aa
index b698527c3cd3..e74438e13b70 100644
--- a/lang/nqc/files/patch-aa
+++ b/lang/nqc/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Apr 28 09:27:59 1999
-+++ Makefile Sat Aug 14 14:56:31 1999
+--- Makefile.orig Sat Mar 25 17:16:58 2000
++++ Makefile Sat Apr 29 13:06:05 2000
@@ -27,14 +27,14 @@
#
# Pick your C++ compiler.
@@ -29,10 +29,10 @@
# other commands
@@ -58,7 +58,7 @@
- IFLAGS=-Iplatform -Ircxlib -Inqc
+ IFLAGS=-Iplatform -Ircxlib -Inqc -Icompiler
WFLAGS=-Wall -Wstrict-prototypes -Wmissing-prototypes
-CFLAGS = -O6 -pipe $(IFLAGS) $(WFLAGS) -DDEFAULT_SERIAL_NAME='$(DEFAULT_SERIAL_NAME)'
+CFLAGS += $(IFLAGS) $(WFLAGS) -DDEFAULT_SERIAL_NAME='$(DEFAULT_SERIAL_NAME)'
- OBJ = $(NQCOBJ) $(RCXOBJ) $(POBJ)
+ OBJ = $(NQCOBJ) $(COBJ) $(RCXOBJ) $(POBJ)