diff options
author | sketch <sketch> | 2009-01-20 17:57:36 +0000 |
---|---|---|
committer | sketch <sketch> | 2009-01-20 17:57:36 +0000 |
commit | 2504ff8f2244bfb60857679323bbf4a1578a8f83 (patch) | |
tree | e2125e4a3784e5200ca38957182d7efbab3062cf /databases | |
parent | 7be6beec3afbda0918ee0abfdb7a082ca1af37ca (diff) | |
download | pkgsrc-2504ff8f2244bfb60857679323bbf4a1578a8f83.tar.gz |
Match all Solaris releases.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite/Makefile | 7 |
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 |