summaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-12-08 11:33:04 +0000
committersobomax <sobomax@FreeBSD.org>2000-12-08 11:33:04 +0000
commitc3c9c2c1f51ecaefb8ed5d1b14b7995e3715d2e1 (patch)
tree8bd4564f85cde4407e10ea2f345c0f563f0accfe /converters
parentc264a7876d23b9f89da955468092b6e210cb3cdd (diff)
downloadFreeBSD-ports-c3c9c2c1f51ecaefb8ed5d1b14b7995e3715d2e1.zip
FreeBSD-ports-c3c9c2c1f51ecaefb8ed5d1b14b7995e3715d2e1.tar.gz
Fix breakage on FreeBSD < 4.2 caused by using `:C/' make(1) modifier.
Submitted by: maintainer
Diffstat (limited to 'converters')
-rw-r--r--converters/iconv/files/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/iconv/files/patch-ai b/converters/iconv/files/patch-ai
new file mode 100644
index 0000000..1453413
--- /dev/null
+++ b/converters/iconv/files/patch-ai
@@ -0,0 +1,13 @@
+--- lib/Makefile.orig Mon Nov 27 23:33:49 2000
++++ lib/Makefile Thu Dec 7 15:23:52 2000
+@@ -10,8 +10,8 @@
+ BUILTIN_CES_STATIC != cd ${.CURDIR}/../ces && make libces_static.a \
+ >/dev/null && ${AR} t libces_static.a
+
+-OBJS = ${BUILTIN_CCS:C|.|../ccs/&|} ${BUILTIN_CES:C|.|../ces/&|}
+-STATICOBJS = ${BUILTIN_CES_STATIC:C|.|../ces/&|}
++OBJS = ${BUILTIN_CCS:S|^|../ccs/&|} ${BUILTIN_CES:S|^|../ces/&|}
++STATICOBJS = ${BUILTIN_CES_STATIC:S|^|../ces/&|}
+
+ LIBDIR = ${PREFIX}/lib
+
OpenPOWER on IntegriCloud