opnsense-ports/print/pdflib/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
378 B
Text

--- configure.orig 2012-01-10 12:18:55.000000000 +0100
+++ configure 2012-01-10 12:20:13.000000000 +0100
@@ -21416,6 +21416,9 @@
if test "$WITH_CXX" = "yes" ; then
BINDINGS="$BINDINGS cpp"
fi
+if test "$WITH_PERL" = "yes" ; then
+ BINDINGS="$BINDINGS perl"
+fi
if test "$WITH_JAVA" = "yes" ; then
BINDINGS="$BINDINGS java"
PLOPBINDINGS="$PLOPBINDINGS java"