pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/clisp Try to fix build failure with X11_TYPE=nati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c66ea6f17e26
branches:  trunk
changeset: 539722:c66ea6f17e26
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Mar 11 22:05:39 2008 +0000

description:
Try to fix build failure with X11_TYPE=native and any of the X toolkit
options enabled.

diffstat:

 lang/clisp/distinfo         |   3 ++-
 lang/clisp/patches/patch-ac |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r e75a2ddb9520 -r c66ea6f17e26 lang/clisp/distinfo
--- a/lang/clisp/distinfo       Tue Mar 11 20:12:17 2008 +0000
+++ b/lang/clisp/distinfo       Tue Mar 11 22:05:39 2008 +0000
@@ -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 -r e75a2ddb9520 -r c66ea6f17e26 lang/clisp/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/clisp/patches/patch-ac       Tue Mar 11 22:05:39 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index