diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-11 22:05:39 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-11 22:05:39 +0000 |
commit | cbe04e086960d71db474f1f731cd411c71883c18 (patch) | |
tree | 1c09793a0b1a7732d1bd9d4e74d4efc85fdf77da /lang/clisp | |
parent | 99b1bb5956c32aecf1e6719ed890502a91f3d865 (diff) | |
download | pkgsrc-cbe04e086960d71db474f1f731cd411c71883c18.tar.gz |
Try to fix build failure with X11_TYPE=native and any of the X toolkit
options enabled.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/distinfo | 3 | ||||
-rw-r--r-- | lang/clisp/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lang/clisp/distinfo b/lang/clisp/distinfo index 2ca0d673e5f..12bbd75ade4 100644 --- a/lang/clisp/distinfo +++ b/lang/clisp/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.18 2008/02/29 19:34:44 tnn Exp $ +$NetBSD: distinfo,v 1.19 2008/03/11 22:05:39 tnn Exp $ SHA1 (clisp-2.44.1.tar.gz) = 08cbf5a2f94fa1e6f29e1563e10e200f8dee8690 RMD160 (clisp-2.44.1.tar.gz) = adf762a6df98a677da9393a52ee9a02c0e1ead09 Size (clisp-2.44.1.tar.gz) = 8950346 bytes SHA1 (patch-aa) = d2f1de2e0f3e02ccf4ece2a7b1ed0ce6ba025af2 SHA1 (patch-ab) = 6559df5aaa12af5a62da7c82d08678f642845453 +SHA1 (patch-ac) = b7383d1fde6a6fba8eefa0722842444984636686 diff --git a/lang/clisp/patches/patch-ac b/lang/clisp/patches/patch-ac new file mode 100644 index 00000000000..69c19ff3383 --- /dev/null +++ b/lang/clisp/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.10 2008/03/11 22:05:39 tnn Exp $ + +--- configure.orig 2007-12-13 00:56:58.000000000 +0100 ++++ configure +@@ -171,6 +171,8 @@ do + else + + case "$arg" in ++ --with-x | --x-includes=* | --x-libs=*) ++ ;; # src/configure doesn't grok these options + + --build | --buil | --bui | --bu) + do_config=1 |