summaryrefslogtreecommitdiff
path: root/graphics/paper-icon-theme/patches/patch-autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/paper-icon-theme/patches/patch-autogen.sh')
-rw-r--r--graphics/paper-icon-theme/patches/patch-autogen.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/paper-icon-theme/patches/patch-autogen.sh b/graphics/paper-icon-theme/patches/patch-autogen.sh
new file mode 100644
index 00000000000..97a0e5717c6
--- /dev/null
+++ b/graphics/paper-icon-theme/patches/patch-autogen.sh
@@ -0,0 +1,16 @@
+$NetBSD: patch-autogen.sh,v 1.1 2016/06/13 00:26:04 youri Exp $
+
+Do not hardcode /usr.
+
+--- autogen.sh.orig 2016-05-23 02:15:15.000000000 +0000
++++ autogen.sh
+@@ -6,6 +6,6 @@ autoreconf --force --install --symlink -
+
+ if test -z "${NOCONFIGURE}"; then
+ set -x
+- ./configure --prefix=/usr "$@"
++ ./configure "$@"
+ make clean
+-fi
+\ No newline at end of file
++fi