aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-06 18:23:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-06 18:23:20 +0000
commitda1e280779d0d1929fbccce395dca180745a131a (patch)
treeb9c2c77f85de932b31908c9f079b3f04b1d4fa23 /graphics
parent2db4a04c1b4038fedb8fcd88ad2c671f980ba8ef (diff)
downloadports-da1e280779d0d1929fbccce395dca180745a131a.tar.gz
ports-da1e280779d0d1929fbccce395dca180745a131a.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jbig2dec/Makefile2
-rw-r--r--graphics/jbig2dec/files/patch-autogen.sh15
2 files changed, 16 insertions, 1 deletions
diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile
index d23068fdf84f..8b8ec19cb823 100644
--- a/graphics/jbig2dec/Makefile
+++ b/graphics/jbig2dec/Makefile
@@ -19,7 +19,7 @@ CONFIGURE_ENV= ac_cv_func_getopt_long=yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-USES= autoreconf libtool
+USES= autoreconf:build libtool
GH_ACCOUNT= ArtifexSoftware
USE_GITHUB= yes
diff --git a/graphics/jbig2dec/files/patch-autogen.sh b/graphics/jbig2dec/files/patch-autogen.sh
new file mode 100644
index 000000000000..4d552a8c6972
--- /dev/null
+++ b/graphics/jbig2dec/files/patch-autogen.sh
@@ -0,0 +1,15 @@
+--- autogen.sh.orig 2018-09-03 16:39:20 UTC
++++ autogen.sh
+@@ -164,12 +164,3 @@ $AUTOMAKE --add-missing --copy $AUTOMAKE
+
+ echo " autoconf"
+ autoconf
+-
+-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."
+-else
+- echo "running ./configure $@"
+-fi
+-
+-$srcdir/configure "$@" && echo