summaryrefslogtreecommitdiff
path: root/devel/libxalloc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-04-29 23:31:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-04-29 23:31:45 +0000
commit64308b7fbd9d2a4a949b19eafe27215d627c375d (patch)
tree98a97ae2ce5743f8206101b7dc0f73ceaff53c58 /devel/libxalloc
parentFix a typo and slightly expand to match my latest changes. (diff)
Don't hard-code -O2; respect CFLAGS
Notes
Notes: svn path=/head/; revision=42045
Diffstat (limited to 'devel/libxalloc')
-rw-r--r--devel/libxalloc/files/patch-aa10
1 files changed, 5 insertions, 5 deletions
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.