summaryrefslogtreecommitdiffstats
path: root/converters/iconv-extra
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2005-10-21 02:36:10 +0000
committerbland <bland@FreeBSD.org>2005-10-21 02:36:10 +0000
commit1c1cdc56e444b42160c3822116b39a5245c15bf9 (patch)
treebd83f479c5e77d8cebea268f3cdbe1027a01d282 /converters/iconv-extra
parentb16ead1b7be96508d9823254cbc7ec7261e8fcf8 (diff)
downloadFreeBSD-ports-1c1cdc56e444b42160c3822116b39a5245c15bf9.zip
FreeBSD-ports-1c1cdc56e444b42160c3822116b39a5245c15bf9.tar.gz
Fix PREFIX compliance.
Reported by: krismail
Diffstat (limited to 'converters/iconv-extra')
-rw-r--r--converters/iconv-extra/files/patch-ces::Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/converters/iconv-extra/files/patch-ces::Makefile b/converters/iconv-extra/files/patch-ces::Makefile
index 4ef780e..806447e 100644
--- a/converters/iconv-extra/files/patch-ces::Makefile
+++ b/converters/iconv-extra/files/patch-ces::Makefile
@@ -1,14 +1,13 @@
-
-$FreeBSD$
-
---- ces/Makefile 2002/03/17 11:14:41 1.1
-+++ ces/Makefile 2002/03/17 11:15:02
-@@ -5,7 +5,7 @@
+--- ces/Makefile.orig Wed Nov 29 03:42:25 2000
++++ ces/Makefile Fri Oct 21 11:24:04 2005
+@@ -4,8 +4,8 @@
+ all: ${CHARSETS_SO}
.if !defined(ICONVDIR_LIBC)
- CFLAGS += -I/usr/local/include
+-CFLAGS += -I/usr/local/include
-LDADD += -L/usr/local/lib -liconv
-+LDADD += -L/usr/local/lib -lbiconv
++CFLAGS += -I${PREFIX}/include
++LDADD += -L${PREFIX}/lib -lbiconv
.endif
INTERNALLIB =
OpenPOWER on IntegriCloud