diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-11-24 00:31:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-11-24 00:31:07 +0000 |
commit | e00175be238b8b8ee4b3bf5247b0a550a03661c8 (patch) | |
tree | 19350267bb69e7fc73d193d5928b395b7aed0f9b /games | |
parent | 892ddce989ac7b26f6ea1fa1514b4345edf08068 (diff) | |
download | pkgsrc-e00175be238b8b8ee4b3bf5247b0a550a03661c8.tar.gz |
optimize, for mycroft
Diffstat (limited to 'games')
-rw-r--r-- | games/maelstrom/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/maelstrom/patches/patch-aa b/games/maelstrom/patches/patch-aa index e417ecdb09e..2aa23a4ae64 100644 --- a/games/maelstrom/patches/patch-aa +++ b/games/maelstrom/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 1998/08/27 14:06:09 garbled Exp $ +$NetBSD: patch-aa,v 1.5 1998/11/24 00:31:07 hubertf 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.4 1998/08/27 14:06:09 garbled Exp $ +SOUNDOBJS = Maelstrom_sound.o Mac_Resource.o soundres.o mixer.o shared.o myerror.o + +#CXX = c++ -+OPTIMIZE = ++OPTIMIZE = -O6 +X11INCLUDE = -I$(X11BASE)/include +INCLUDES = -I$(LOGIC) $(X11INCLUDE) $(XPMINCLUDE) +CFLAGS = $(OPTIMIZE) $(INCLUDES) $(FEATURES) \ |