summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-06-26 20:18:11 +0000
committerasau <asau@pkgsrc.org>2014-06-26 20:18:11 +0000
commit23dd49823cb733c1291f7f336e4b10681ad16bca (patch)
tree760a76f90b1003034b05bcf112b3c32b14592d49 /audio
parenta1c5c04478022bf346eb6b32d2be6eafaea8ea7f (diff)
downloadpkgsrc-23dd49823cb733c1291f7f336e4b10681ad16bca.tar.gz
Define "__u32" and "__u64" for FreeBSD to make the package build on FreeBSD 10.
Diffstat (limited to 'audio')
-rw-r--r--audio/alsa-lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile
index 635e89fc520..3e7f5ed67d7 100644
--- a/audio/alsa-lib/Makefile
+++ b/audio/alsa-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/06/16 14:09:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2014/06/26 20:18:11 asau Exp $
#
DISTNAME= alsa-lib-1.0.27.2
@@ -28,6 +28,7 @@ CPPFLAGS.SunOS+= -D__u32=uint32_t -D__u64=uint64_t
CPPFLAGS.SunOS+= -Dbswap_64=BSWAP_64 -Dbswap_32=BSWAP_32 -Dbswap_16=BSWAP_16
CPPFLAGS.NetBSD+= -D__u32=uint32_t -D__u64=uint64_t
+CPPFLAGS.FreeBSD+= -D__u32=uint32_t -D__u64=uint64_t
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"