summaryrefslogtreecommitdiff
path: root/databases/sqlite
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2009-01-20 17:57:36 +0000
committersketch <sketch@pkgsrc.org>2009-01-20 17:57:36 +0000
commit4a498a8eff20b15bdcbfb769738e805e773062c2 (patch)
treee2125e4a3784e5200ca38957182d7efbab3062cf /databases/sqlite
parentd0e9b076593d4a3b75432eca3ca10f5f513c90eb (diff)
downloadpkgsrc-4a498a8eff20b15bdcbfb769738e805e773062c2.tar.gz
Match all Solaris releases.
Diffstat (limited to 'databases/sqlite')
-rw-r--r--databases/sqlite/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile
index 470b015fbd4..278dd02c41d 100644
--- a/databases/sqlite/Makefile
+++ b/databases/sqlite/Makefile
@@ -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_GUESS_OVERRIDE= ../sqlite-2.8.16/config.guess
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