summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2014-11-27 13:30:04 +0000
committerjoerg <joerg>2014-11-27 13:30:04 +0000
commit4efd95c0e4eecaa68e911c40adf2f1615fcf5d25 (patch)
tree0655501eccc08bfe4cedc491313d9d1f9b76d18a /x11
parent6366511a2b1e7f42e224f8fb22fa57fe1e026d49 (diff)
downloadpkgsrc-4efd95c0e4eecaa68e911c40adf2f1615fcf5d25.tar.gz
Don't run configure from autogen.
Diffstat (limited to 'x11')
-rw-r--r--x11/motif/distinfo3
-rw-r--r--x11/motif/patches/patch-autogen.sh18
2 files changed, 20 insertions, 1 deletions
diff --git a/x11/motif/distinfo b/x11/motif/distinfo
index 8af3465ea9e..5f90a35015f 100644
--- a/x11/motif/distinfo
+++ b/x11/motif/distinfo
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.5 2013/10/20 17:46:15 joerg Exp $
+$NetBSD: distinfo,v 1.6 2014/11/27 13:30:04 joerg Exp $
SHA1 (motif-2.3.4-src.tgz) = 49ecfe2a0939232ca78ce318d938044e7f751b6d
RMD160 (motif-2.3.4-src.tgz) = 96e1ed3c5b99d420e3e2e4eae1b5590961191a33
Size (motif-2.3.4-src.tgz) = 9527040 bytes
SHA1 (patch-Makefile.am) = 3185b240e3d6a60d3c04fa90fafe1af020de6a15
SHA1 (patch-acinclude.m4) = 71ee2d26411be9d195b22f74a328af8c1fcb5aab
+SHA1 (patch-autogen.sh) = b334bec55c0a4aa5f27470cc4ff6401d08419a30
SHA1 (patch-clients_uil_UilDB.c) = 781b52e915e667eeb02359a51cfeefdb9556c4dd
SHA1 (patch-clients_uil_UilDefI.h) = 6447a306809e65b4993d79e14a989a01aed2e0bc
SHA1 (patch-clients_uil_UilDiags.c) = 39ac8307219b435baf3d1bf829809fcb6536b1a9
diff --git a/x11/motif/patches/patch-autogen.sh b/x11/motif/patches/patch-autogen.sh
new file mode 100644
index 00000000000..e3c5b114729
--- /dev/null
+++ b/x11/motif/patches/patch-autogen.sh
@@ -0,0 +1,18 @@
+$NetBSD: patch-autogen.sh,v 1.1 2014/11/27 13:30:04 joerg Exp $
+
+--- autogen.sh.orig 2014-11-26 13:30:56.000000000 +0000
++++ autogen.sh
+@@ -12,13 +12,3 @@ aclocal -I .
+ autoconf
+ autoheader
+ automake --foreign --include-deps --add-missing
+-
+-if test -z "$*"; then
+- echo "I am going to run ./configure with no arguments - if you wish "
+- echo "to pass any to it, please specify them on the $0 command line."
+-fi
+-
+-cd "$THEDIR"
+-
+-$srcdir/configure "$@"
+-