From 9225c683d1f71f8a78762177bd255695bc6f41e2 Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 14 Apr 2010 12:38:23 +0000 Subject: Fix build with options new-clx or mit-clx enabled. Ok by asau. --- lang/clisp/patches/patch-ab | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lang/clisp/patches/patch-ab (limited to 'lang/clisp') 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" ;; -- cgit v1.2.3