diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-10-21 02:36:10 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-10-21 02:36:10 +0000 |
commit | 5071a084f9a31ef9ab83dca7d835a2485cfea684 (patch) | |
tree | 0a4985e8a86241f4697084212b7c120a5e84bfa2 /converters | |
parent | 338a3ccff7be4bc93b3c0aa94c7dcf5be37efe1a (diff) | |
download | ports-5071a084f9a31ef9ab83dca7d835a2485cfea684.tar.gz ports-5071a084f9a31ef9ab83dca7d835a2485cfea684.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/iconv-extra/files/patch-ces::Makefile | 15 |
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 4ef780ecf709..806447eec3fd 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 = |