aboutsummaryrefslogtreecommitdiff
path: root/lang/swi-pl
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-07-05 19:35:38 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-07-05 19:35:38 +0000
commit651e3b2ec44971092bd864e44d6237a0fd7dee28 (patch)
treedddf5e9559e96f2904e3285ae5732e5779da24b6 /lang/swi-pl
parentb09ed9a78d4c201d2ce1029582c222754fa32508 (diff)
downloadports-651e3b2ec44971092bd864e44d6237a0fd7dee28.tar.gz
ports-651e3b2ec44971092bd864e44d6237a0fd7dee28.zip
Notes
Diffstat (limited to 'lang/swi-pl')
-rw-r--r--lang/swi-pl/files/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/swi-pl/files/patch-configure b/lang/swi-pl/files/patch-configure
new file mode 100644
index 000000000000..31009281abe7
--- /dev/null
+++ b/lang/swi-pl/files/patch-configure
@@ -0,0 +1,14 @@
+--- ./configure.orig 2011-08-19 18:31:28.000000000 +0400
++++ ./configure 2012-07-05 22:39:12.000000000 +0400
+@@ -34,11 +34,6 @@
+ --with-world) TARGET=world
+ shift
+ ;;
+- --without-*) pkg=`echo $1 | sed 's/--without-//'`
+- DISABLE_PKGS="$DISABLE_PKGS $pkg"
+- export DISABLE_PKGS
+- shift
+- ;;
+ --link) TARGET="ln-$TARGET"
+ shift
+ ;;