aboutsummaryrefslogtreecommitdiffstats
path: root/news/cnews
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-30 08:22:07 +0800
committerkris <kris@FreeBSD.org>2001-04-30 08:22:07 +0800
commitcb3dd5d1b484a10505424f663b4189afd8bf8f5c (patch)
tree489c8b0c7d9e0aab5d8ed2b5350ffbe1bab66685 /news/cnews
parent20b8cd51f138bf916da28a39415d5a48f5773a0b (diff)
downloadfreebsd-ports-gnome-cb3dd5d1b484a10505424f663b4189afd8bf8f5c.tar.gz
freebsd-ports-gnome-cb3dd5d1b484a10505424f663b4189afd8bf8f5c.tar.zst
freebsd-ports-gnome-cb3dd5d1b484a10505424f663b4189afd8bf8f5c.zip
Don't hard-code -O2
Diffstat (limited to 'news/cnews')
-rw-r--r--news/cnews/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/cnews/files/patch-aa b/news/cnews/files/patch-aa
index 073a8a12b50c..00512597b351 100644
--- a/news/cnews/files/patch-aa
+++ b/news/cnews/files/patch-aa
@@ -50,7 +50,7 @@ diff -urN ../pre-conf/conf/quiz.def conf/quiz.def
+# These answers are interdependent; do not edit this file!
+cc=""
+# These answers are interdependent; do not edit this file!
-+copts="-O2"
++copts="-O"
+# These answers are interdependent; do not edit this file!
+ldopts=""
+# These answers are interdependent; do not edit this file!
@@ -117,7 +117,7 @@ diff -urN ../pre-conf/include/config.make include/config.make
+# LIB is for makefile dependencies, LIBS for cc invocations
+LIB=../libcnews.a
+LIBS=../libcnews.a
-+CFLAGS=$(MORECFLAGS) -O2 -I../include
++CFLAGS+=$(MORECFLAGS) -I../include
+LDFLAGS=$(CFLAGS)
+LINTFLAGS=$(MORELINTFLAGS) -I../include
+