pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/sqlite Match all Solaris releases.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdc0c77272b2
branches: trunk
changeset: 553409:cdc0c77272b2
user: sketch <sketch%pkgsrc.org@localhost>
date: Tue Jan 20 17:57:36 2009 +0000
description:
Match all Solaris releases.
diffstat:
databases/sqlite/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r 6d08fe9f0f99 -r cdc0c77272b2 databases/sqlite/Makefile
--- a/databases/sqlite/Makefile Tue Jan 20 17:51:12 2009 +0000
+++ b/databases/sqlite/Makefile Tue Jan 20 17:57:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2008/06/18 22:19:51 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.38 2009/01/20 17:57:36 sketch Exp $
DISTNAME= sqlite-2.8.16
PKGREVISION= 1
@@ -22,9 +22,8 @@
CONFIG_SUB_OVERRIDE= ../sqlite-2.8.16/config.sub
.include "../../mk/bsd.prefs.mk"
-# this is certainly needed for SunOS-5.8 with gcc. How about
-# other compilers or newer versions of the OS?
-.if (${OPSYS} == "SunOS") && !empty(OS_VERSION:M5.[6-9])
+
+.if (${OPSYS} == "SunOS")
CFLAGS+= -DUINT32_TYPE=uint32_t -DUINT16_TYPE=uint16_t \
-DUINT8_TYPE=uint8_t -DINTPTR_TYPE=long
.else
Home |
Main Index |
Thread Index |
Old Index