pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/clisp/patches Fix build with options new-clx or m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2151f29e9162
branches:  trunk
changeset: 574318:2151f29e9162
user:      hans <hans%pkgsrc.org@localhost>
date:      Wed Apr 14 12:38:23 2010 +0000

description:
Fix build with options new-clx or mit-clx enabled. Ok by asau.

diffstat:

 lang/clisp/patches/patch-ab |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 73d1b7f31218 -r 2151f29e9162 lang/clisp/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/clisp/patches/patch-ab       Wed Apr 14 12:38:23 2010 +0000
@@ -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" ;;



Home | Main Index | Thread Index | Old Index