summaryrefslogtreecommitdiff
path: root/converters/libiconv/patches
diff options
context:
space:
mode:
authorrh <rh>2001-01-11 10:56:33 +0000
committerrh <rh>2001-01-11 10:56:33 +0000
commita2a631d4ecd0ddb62211f2f1a76c8e913dcdafc4 (patch)
tree552e074e00463daadd7cad8d14f462fba0ea707c /converters/libiconv/patches
parent68673427a268064f03fc331fa2f28b5802915fb6 (diff)
downloadpkgsrc-a2a631d4ecd0ddb62211f2f1a76c8e913dcdafc4.tar.gz
Make this build without root permissions. Fixes Luke's PR 11893.
Diffstat (limited to 'converters/libiconv/patches')
-rw-r--r--converters/libiconv/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/libiconv/patches/patch-ab b/converters/libiconv/patches/patch-ab
new file mode 100644
index 00000000000..798192f849c
--- /dev/null
+++ b/converters/libiconv/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2001/01/11 10:56:34 rh Exp $
+
+--- Makefile.in.orig Sat Dec 2 04:00:57 2000
++++ Makefile.in
+@@ -27,7 +27,9 @@
+ SHELL = /bin/sh
+
+ all : force
+- builddir="`pwd`"; cd libcharset && $(MAKE) -r all && $(MAKE) -r install-lib libdir="$$builddir/lib" includedir="$$builddir/lib"
++ builddir="`pwd`"; cd libcharset && $(MAKE) -r all && \
++ cp -pR lib/libcharset.la lib/.libs "$$builddir/lib" && \
++ cp -pR include/*.h "$$builddir/include"
+ cd lib && $(MAKE) -r all
+ cd src && $(MAKE) -r all
+ cd man && $(MAKE) -r all