diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:35:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:35:01 +0000 |
commit | 4df3a9a6dff6c910ce72f41a225bd4fdc500adf8 (patch) | |
tree | 70e764eec0f13fc01d61deee2458776a98687123 /devel/libcoro | |
parent | Don't hard-code -O2; respect CFLAGS (diff) |
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/libcoro')
-rw-r--r-- | devel/libcoro/files/patch-ab | 3 |
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@ |