summaryrefslogtreecommitdiff
path: root/games/nethack-qt/patches
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-26 19:10:18 +0000
committerjlam <jlam>2001-06-26 19:10:18 +0000
commite9a3d620c919431ab1451e4c80dd5eb3dc7fb879 (patch)
tree33401f1a0bb81cb6041dacf91b7b24ce63807cf2 /games/nethack-qt/patches
parent46a8165a1649136a08fef9191e908c3680e47fe0 (diff)
downloadpkgsrc-e9a3d620c919431ab1451e4c80dd5eb3dc7fb879.tar.gz
Remove -O from CFLAGS...let the builder choose his/her own optimization
level.
Diffstat (limited to 'games/nethack-qt/patches')
-rw-r--r--games/nethack-qt/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-qt/patches/patch-ac b/games/nethack-qt/patches/patch-ac
index 362b90e90eb..246754ca8db 100644
--- a/games/nethack-qt/patches/patch-ac
+++ b/games/nethack-qt/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.7 2001/06/26 18:52:09 jlam Exp $
+$NetBSD: patch-ac,v 1.8 2001/06/26 19:10:18 jlam Exp $
--- sys/unix/Makefile.src.orig Sat Aug 5 13:52:57 2000
+++ sys/unix/Makefile.src Thu Aug 10 20:03:19 2000
@@ -8,7 +8,7 @@ $NetBSD: patch-ac,v 1.7 2001/06/26 18:52:09 jlam Exp $
-CFLAGS = -O -I../include
-LFLAGS =
-+CFLAGS += -O -I../include -I${X11BASE}/include
++CFLAGS += -I../include -I${X11BASE}/include
+LFLAGS = ${LDFLAGS}
# The Qt and Be window systems are written in C++, while the rest of