aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-30 07:31:45 +0800
committerkris <kris@FreeBSD.org>2001-04-30 07:31:45 +0800
commit5dfa819f184862f5c291c9f39f00357fe529f64e (patch)
treeff7d910416253af439e059baca0efa54f992541c /devel
parent64ed3cc56c2112fdb171272bd39eda77a072b332 (diff)
downloadfreebsd-ports-gnome-5dfa819f184862f5c291c9f39f00357fe529f64e.tar.gz
freebsd-ports-gnome-5dfa819f184862f5c291c9f39f00357fe529f64e.tar.zst
freebsd-ports-gnome-5dfa819f184862f5c291c9f39f00357fe529f64e.zip
Don't hard-code -O2; respect CFLAGS
Diffstat (limited to 'devel')
-rw-r--r--devel/libshhmsg/files/patch-aa7
-rw-r--r--devel/libshhopt/files/patch-aa7
-rw-r--r--devel/libxalloc/files/patch-aa10
3 files changed, 13 insertions, 11 deletions
diff --git a/devel/libshhmsg/files/patch-aa b/devel/libshhmsg/files/patch-aa
index 6a33658b38dc..c66b17b240a3 100644
--- a/devel/libshhmsg/files/patch-aa
+++ b/devel/libshhmsg/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Oct 14 03:11:42 1998
-+++ Makefile Tue Jul 4 21:39:46 2000
+--- Makefile.orig Tue Oct 13 18:11:42 1998
++++ Makefile Sun Apr 29 23:24:10 2001
@@ -6,7 +6,7 @@
VERSION = $(VERMAJ).$(VERMIN).$(VERPAT)
@@ -25,8 +25,9 @@
+MKDIRP = mkdir -p
-CC = gcc
+-OPTIM = -O2
+#CC = gcc
- OPTIM = -O2
++OPTIM = $(CFLAGS)
INCDIR = -I.
diff --git a/devel/libshhopt/files/patch-aa b/devel/libshhopt/files/patch-aa
index c008fefe63fc..14920a3547b6 100644
--- a/devel/libshhopt/files/patch-aa
+++ b/devel/libshhopt/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Mar 10 17:45:19 2000
-+++ Makefile Tue Jul 4 21:40:24 2000
+--- Makefile.orig Fri Mar 10 08:45:19 2000
++++ Makefile Sun Apr 29 23:26:59 2001
@@ -6,7 +6,7 @@
VERSION = $(VERMAJ).$(VERMIN).$(VERPAT)
@@ -25,8 +25,9 @@
+MKDIRP = mkdir -p
-CC = gcc
+-OPTIM = -O2
+#CC = gcc
- OPTIM = -O2
++OPTIM = $(CFLAGS)
INCDIR = -I.
diff --git a/devel/libxalloc/files/patch-aa b/devel/libxalloc/files/patch-aa
index e22654250c5f..5a87f84d9031 100644
--- a/devel/libxalloc/files/patch-aa
+++ b/devel/libxalloc/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Jul 6 02:15:59 1998
-+++ Makefile Tue Jul 4 21:40:59 2000
+--- Makefile.orig Sun Jul 5 17:15:59 1998
++++ Makefile Sun Apr 29 23:29:53 2001
@@ -8,7 +8,7 @@
###########################################################################
@@ -18,15 +18,15 @@
INSTLIBDIR = $(INSTBASEDIR)/lib
INSTINCDIR = $(INSTBASEDIR)/include
-INSTALL = install -m 644
--MKDIRP = install -d -m 755
+INSTALL = ${BSD_INSTALL_DATA}
-+MKDIRP = install -d -m 755
+ MKDIRP = install -d -m 755
###########################################################################
-CC = gcc
+-OPTIM = -O2
+#CC = gcc
- OPTIM = -O2
++OPTIM = ${CFLAGS}
LIBDIR = -L.
INCDIR = -I.