diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 19:31:25 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 19:31:25 +0000 |
commit | f0c021ef270288e0e95eff3b7c35e933ecd7082a (patch) | |
tree | d336658ea7bde079ef33916dc2bc5467b38ed33f /net/libmms | |
parent | 7876fcc20544de187ed7a7180aca34ad76da54a8 (diff) | |
download | pkgsrc-f0c021ef270288e0e95eff3b7c35e933ecd7082a.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'net/libmms')
-rw-r--r-- | net/libmms/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libmms/Makefile b/net/libmms/Makefile index f44d272c531..32126269804 100644 --- a/net/libmms/Makefile +++ b/net/libmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/02/06 12:41:15 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/02/16 19:31:25 hans Exp $ # DISTNAME= libmms-0.6 @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config +CPPFLAGS.SunOS+= -Du_int64_t=uint64_t -Du_int32_t=uint32_t -Du_int16_t=uint16_t + PKGCONFIG_OVERRIDE+= pkgconfig/libmms.pc.in .include "../../devel/glib2/buildlink3.mk" |