From e9a3d620c919431ab1451e4c80dd5eb3dc7fb879 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 26 Jun 2001 19:10:18 +0000 Subject: Remove -O from CFLAGS...let the builder choose his/her own optimization level. --- games/nethack-qt/distinfo | 4 ++-- games/nethack-qt/patches/patch-ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games/nethack-qt') diff --git a/games/nethack-qt/distinfo b/games/nethack-qt/distinfo index 9d051f2952c..ac9bc5f0845 100644 --- a/games/nethack-qt/distinfo +++ b/games/nethack-qt/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/06/26 18:52:09 jlam Exp $ +$NetBSD: distinfo,v 1.4 2001/06/26 19:10:18 jlam Exp $ SHA1 (nethack-331.tgz) = e3d07efc81c9aeb85fadc268d1d4976ab3a0f7e9 Size (nethack-331.tgz) = 3061094 bytes SHA1 (patch-aa) = d8ec9c209bf28abda1f78159e9d240895e38db30 -SHA1 (patch-ac) = e1398e6874365c58790a978962233886339ed82a +SHA1 (patch-ac) = 55d083ade87986ff236994144e6d5931daaf8f2b SHA1 (patch-ad) = 580a75c7ebc55b099a702ad21ce12d960f2805ff 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 -- cgit v1.2.3