diff options
author | hans <hans@pkgsrc.org> | 2010-04-14 12:38:23 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2010-04-14 12:38:23 +0000 |
commit | 9225c683d1f71f8a78762177bd255695bc6f41e2 (patch) | |
tree | 82fd5e32ec8ded972a654a998fc580aa14294486 /lang/clisp | |
parent | 1e05fef53cbb0dc59043609ecc9151e8d738c5b1 (diff) | |
download | pkgsrc-9225c683d1f71f8a78762177bd255695bc6f41e2.tar.gz |
Fix build with options new-clx or mit-clx enabled. Ok by asau.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/patches/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/clisp/patches/patch-ab b/lang/clisp/patches/patch-ab new file mode 100644 index 00000000000..73bb4672d5f --- /dev/null +++ b/lang/clisp/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.15 2010/04/14 12:38:23 hans Exp $ + +--- configure.orig 2009-01-15 04:37:34.000000000 +0100 ++++ configure 2010-04-13 20:43:29.487823256 +0200 +@@ -474,6 +474,10 @@ do + subdir_configure_args="$subdir_configure_args $arg" + makemake_args="$makemake_args $arg" ;; + ++ --x-*) ++ subdir_configure_args="$subdir_configure_args --with-${arg#--}" ++ makemake_args="$makemake_args --with-${arg#--}" ;; ++ + --enable-* | --disable-*) + subdir_configure_args="$subdir_configure_args $arg" + makemake_args="$makemake_args $arg" ;; |