pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/smalltalk Avoid picking builtin SQLite.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0049a8ba9797
branches:  trunk
changeset: 597434:0049a8ba9797
user:      asau <asau%pkgsrc.org@localhost>
date:      Fri Dec 23 19:01:40 2011 +0000

description:
Avoid picking builtin SQLite.

diffstat:

 lang/smalltalk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3278b91ab8c7 -r 0049a8ba9797 lang/smalltalk/Makefile
--- a/lang/smalltalk/Makefile   Fri Dec 23 17:21:14 2011 +0000
+++ b/lang/smalltalk/Makefile   Fri Dec 23 19:01:40 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2011/11/01 06:01:56 sbd Exp $
+# $NetBSD: Makefile,v 1.61 2011/12/23 19:01:40 asau Exp $
 
 DISTNAME=      smalltalk-3.2.4
 PKGREVISION=   2
@@ -32,6 +32,7 @@
 CONFIGURE_ARGS+=       --without-emacs
 #CONFIGURE_ARGS+=      --without-glib --without-gtk
 #CONFIGURE_ENV+=               CFLAGS="-O2 -fsigned-char"
+CONFIGURE_ENV+=                ac_cv_header_sqlite3_h=no
 
 IGNORE_LIBTOOLIZE=     lib/smalltalk/libc.la
 INFO_FILES=            YES



Home | Main Index | Thread Index | Old Index