diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jbig2dec/Makefile | 2 | ||||
-rw-r--r-- | graphics/jbig2dec/files/patch-autogen.sh | 15 |
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 |