diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-05 19:35:38 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-05 19:35:38 +0000 |
commit | 651e3b2ec44971092bd864e44d6237a0fd7dee28 (patch) | |
tree | dddf5e9559e96f2904e3285ae5732e5779da24b6 /lang/swi-pl | |
parent | b09ed9a78d4c201d2ce1029582c222754fa32508 (diff) | |
download | ports-651e3b2ec44971092bd864e44d6237a0fd7dee28.tar.gz ports-651e3b2ec44971092bd864e44d6237a0fd7dee28.zip |
Notes
Diffstat (limited to 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/files/patch-configure | 14 |
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 + ;; |