summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrichard <richard>2016-03-26 07:53:32 +0000
committerrichard <richard>2016-03-26 07:53:32 +0000
commit1ea44522329e2aab7d84a893e758d384cbd6cc7f (patch)
tree46c2c925354b97211df59c217740eab072a5eb68 /devel
parent743fa1ef7426d82743fea40623e9224780a85eef (diff)
downloadpkgsrc-1ea44522329e2aab7d84a893e758d384cbd6cc7f.tar.gz
use POSIX typedefs for u_int*_t on SunOS
Diffstat (limited to 'devel')
-rw-r--r--devel/libusb-compat/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libusb-compat/Makefile b/devel/libusb-compat/Makefile
index 613bab16787..d4b75b7b7c7 100644
--- a/devel/libusb-compat/Makefile
+++ b/devel/libusb-compat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/11/24 12:53:19 mef Exp $
+# $NetBSD: Makefile,v 1.5 2016/03/26 07:53:32 richard Exp $
DISTNAME= libusb-compat-0.1.5
CATEGORIES= devel
@@ -15,6 +15,10 @@ USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libusb.pc.in
+CPPFLAGS.SunOS+= -Du_int8_t=uint8_t
+CPPFLAGS.SunOS+= -Du_int16_t=uint16_t
+CPPFLAGS.SunOS+= -Du_int32_t=uint32_t
+
CONFLICTS= libusb-[0-9]*
.include "../../devel/libusb1/buildlink3.mk"