aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-30 07:35:01 +0800
committerkris <kris@FreeBSD.org>2001-04-30 07:35:01 +0800
commitbcb2eeeaab0aef7569fe715ba9317f7727e157fe (patch)
treec609cd280a5f4272938ebcac4dd4df2a57a95e0a /devel
parent5dfa819f184862f5c291c9f39f00357fe529f64e (diff)
downloadfreebsd-ports-gnome-bcb2eeeaab0aef7569fe715ba9317f7727e157fe.tar.gz
freebsd-ports-gnome-bcb2eeeaab0aef7569fe715ba9317f7727e157fe.tar.zst
freebsd-ports-gnome-bcb2eeeaab0aef7569fe715ba9317f7727e157fe.zip
Don't do CFLAGS ?= -O2 (this had no effect since a default CFLAGS is
passed from <sys.mk> if it is not overridden by the user)
Diffstat (limited to 'devel')
-rw-r--r--devel/libcoro/files/patch-ab3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libcoro/files/patch-ab b/devel/libcoro/files/patch-ab
index bb4084799118..c8ccf79de3f7 100644
--- a/devel/libcoro/files/patch-ab
+++ b/devel/libcoro/files/patch-ab
@@ -1,8 +1,7 @@
--- arch/x86-freebsd/Makefile.in.orig Tue Jul 4 13:19:55 2000
+++ arch/x86-freebsd/Makefile.in Tue Jul 4 13:21:33 2000
-@@ -1,10 +1,13 @@
+@@ -1,10 +1,12 @@
-CFLAGS=-O2 -Wall
-+CFLAGS?=-O2 -Wall
MAN=@MANSRC@
LINST=@LINST@