summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-11-24 05:23:23 +0000
committermycroft <mycroft@pkgsrc.org>1998-11-24 05:23:23 +0000
commitfd29275a41b70cc6868c9099a6c5b5c667e0c3f9 (patch)
tree9cbd6afa8387290858e2943e80fbe9fd35256498 /games
parentd8f8e6e8e8375df76d31bf92d1733a3d8b722e7c (diff)
downloadpkgsrc-fd29275a41b70cc6868c9099a6c5b5c667e0c3f9.tar.gz
Use -O2, not -O6.
Diffstat (limited to 'games')
-rw-r--r--games/maelstrom/patches/patch-aa4
-rw-r--r--games/xdoom/patches/patch-aa4
-rw-r--r--games/xdoom/patches/patch-af4
-rw-r--r--games/xpilot/patches/patch-aa4
4 files changed, 8 insertions, 8 deletions
diff --git a/games/maelstrom/patches/patch-aa b/games/maelstrom/patches/patch-aa
index 2aa23a4ae64..0d44b8f6bb8 100644
--- a/games/maelstrom/patches/patch-aa
+++ b/games/maelstrom/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 1998/11/24 00:31:07 hubertf Exp $
+$NetBSD: patch-aa,v 1.6 1998/11/24 05:23:23 mycroft Exp $
--- Makeflags.orig Mon Jul 14 20:32:13 1997
+++ Makeflags Mon Aug 3 00:50:27 1998
@@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.5 1998/11/24 00:31:07 hubertf Exp $
+SOUNDOBJS = Maelstrom_sound.o Mac_Resource.o soundres.o mixer.o shared.o myerror.o
+
+#CXX = c++
-+OPTIMIZE = -O6
++OPTIMIZE = -O2
+X11INCLUDE = -I$(X11BASE)/include
+INCLUDES = -I$(LOGIC) $(X11INCLUDE) $(XPMINCLUDE)
+CFLAGS = $(OPTIMIZE) $(INCLUDES) $(FEATURES) \
diff --git a/games/xdoom/patches/patch-aa b/games/xdoom/patches/patch-aa
index 293cb3ba96b..94737ac9372 100644
--- a/games/xdoom/patches/patch-aa
+++ b/games/xdoom/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 1998/11/24 00:38:20 hubertf Exp $
+$NetBSD: patch-aa,v 1.4 1998/11/24 05:23:24 mycroft Exp $
--- linuxdoom-1.10/Makefile.orig Mon Dec 22 12:55:36 1997
+++ linuxdoom-1.10/Makefile Fri Aug 28 05:16:43 1998
@@ -6,9 +6,10 @@
@@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.3 1998/11/24 00:38:20 hubertf Exp $
-CFLAGS=-g -Wall -DNORMALUNIX -DLINUX # -DUSEASM
-LDFLAGS=-L/usr/X11R6/lib
-LIBS=-lXext -lX11 -lnsl -lm
-+CFLAGS=-O6 -Wall -DNORMALUNIX -DSNDSRV # -DUSEASM
++CFLAGS=-O2 -Wall -DNORMALUNIX -DSNDSRV # -DUSEASM
+CFLAGS+= -I$(X11BASE)/include
+LDFLAGS=-Wl,-R$(X11BASE)/lib -L$(X11BASE)/lib
+LIBS=-lXext -lX11 -lm
diff --git a/games/xdoom/patches/patch-af b/games/xdoom/patches/patch-af
index 9b0276fda39..3200f0119e4 100644
--- a/games/xdoom/patches/patch-af
+++ b/games/xdoom/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.2 1998/11/24 00:38:20 hubertf Exp $
+$NetBSD: patch-af,v 1.3 1998/11/24 05:23:24 mycroft Exp $
--- sndserv/Makefile.orig Mon Dec 22 22:17:10 1997
+++ sndserv/Makefile Tue Nov 24 01:26:59 1998
@@ -7,7 +7,7 @@ $NetBSD: patch-af,v 1.2 1998/11/24 00:38:20 hubertf Exp $
CC=gcc
-CFLAGS=-O -DNORMALUNIX -DLINUX
-+CFLAGS=-O6 -DNORMALUNIX -DLINUX
++CFLAGS=-O2 -DNORMALUNIX -DLINUX
LDFLAGS=
-LIBS=-lm
+LIBS=-lm -lossaudio
diff --git a/games/xpilot/patches/patch-aa b/games/xpilot/patches/patch-aa
index ef080da3bb0..89b75906e90 100644
--- a/games/xpilot/patches/patch-aa
+++ b/games/xpilot/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 1998/11/24 00:56:24 hubertf Exp $
+$NetBSD: patch-aa,v 1.4 1998/11/24 05:23:24 mycroft Exp $
--- Local.config.orig Fri Oct 30 13:35:18 1998
+++ Local.config Tue Nov 24 01:46:55 1998
@@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.3 1998/11/24 00:56:24 hubertf Exp $
-CDEBUGFLAGS = -g /* General debug flag */
-/* CDEBUGFLAGS = -O /* General optimize flag */
+/* CDEBUGFLAGS = -g /* General debug flag */
-+CDEBUGFLAGS = -O6 /* General optimize flag */
++CDEBUGFLAGS = -O2 /* General optimize flag */
/* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */
/* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */
/* CDEBUGFLAGS = -g2 -O2 /* SGI debug */