aboutsummaryrefslogtreecommitdiff
path: root/devel/libedit
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-16 22:58:52 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-16 22:58:52 +0000
commit813d05865bba604d6b2ec52a0ff54ea166d2800b (patch)
tree97d27d75521c7f7807574114ecbbe7dfe30cfcce /devel/libedit
parent3d85451afb41c16f1df05081ef7a0b568534ed2f (diff)
downloadports-813d05865bba604d6b2ec52a0ff54ea166d2800b.tar.gz
ports-813d05865bba604d6b2ec52a0ff54ea166d2800b.zip
Support CFLAGS properly
PR: 47067 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=73288
Diffstat (limited to 'devel/libedit')
-rw-r--r--devel/libedit/Makefile1
-rw-r--r--devel/libedit/files/patch-aa14
2 files changed, 12 insertions, 3 deletions
diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile
index 960fc68fd39b..90700604462d 100644
--- a/devel/libedit/Makefile
+++ b/devel/libedit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libedit
PORTVERSION= 2.6.4
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.canonware.com/download/libedit/
diff --git a/devel/libedit/files/patch-aa b/devel/libedit/files/patch-aa
index 7b3f2d611f2c..ae3c81c11ccd 100644
--- a/devel/libedit/files/patch-aa
+++ b/devel/libedit/files/patch-aa
@@ -1,6 +1,14 @@
-diff -ru configure.in.orig configure.in
---- configure.in.orig Sat Feb 9 12:38:59 2002
-+++ configure.in Sat Feb 9 18:34:59 2002
+--- configure.in.orig Mon Feb 11 08:36:44 2002
++++ configure.in Tue Jan 14 07:31:02 2003
+@@ -118,7 +118,7 @@
+ CPPFLAGS="$CPPFLAGS -DDEBUG_TTY -DDEBUG_KEY -DDEBUG_READ -DDEBUG"
+ CPPFLAGS="$CPPFLAGS -DDEBUG_REFRESH -DDEBUG_PASTE"
+ else
+- CFLAGS="$CFLAGS -O"
++ CFLAGS="$CFLAGS"
+ fi
+
+
@@ -169,7 +169,7 @@
dnl Library settings.