summaryrefslogtreecommitdiff
path: root/security/rsaref
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-02-22 18:15:33 +0000
committerwiedi <wiedi>2014-02-22 18:15:33 +0000
commit4f13a997b84da90966496544918c8fc5b8935a6f (patch)
tree567c8c1a507e3754edfc583a0e831a9b8bea4c76 /security/rsaref
parent27239c8cd6fffa4ed8e4bf8f2ab4054106e2136c (diff)
downloadpkgsrc-4f13a997b84da90966496544918c8fc5b8935a6f.tar.gz
Fix int types on SunOS
Diffstat (limited to 'security/rsaref')
-rw-r--r--security/rsaref/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 41fc230452c..a5d35d37c06 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2012/10/23 18:16:56 asau Exp $
+# $NetBSD: Makefile,v 1.42 2014/02/22 18:15:33 wiedi Exp $
#
DISTNAME= rsaref
@@ -26,6 +26,8 @@ USE_LIBTOOL= yes
MAKE_FILE= unix/makefile
BUILD_TARGET= librsaref.la
+CFLAGS.SunOS+= -Du_int16_t=uint16_t -Du_int32_t=uint32_t
+
INSTALLATION_DIRS= lib include/rsaref share/doc/rsaref
do-configure: