diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-12-10 14:16:58 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-12-10 14:16:58 +0000 |
commit | 60f38d167be3eb7542e0b565a26e0d81b9bdb276 (patch) | |
tree | 524ba50fd4a4ba5b6016cdc4275f201a37adefef | |
parent | 8a57a916cd679e32108bb0e974ce06dfde0badcc (diff) | |
download | pkgsrc-60f38d167be3eb7542e0b565a26e0d81b9bdb276.tar.gz |
Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.
-rw-r--r-- | multimedia/ogmtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile index ef5a935424a..7da491d1457 100644 --- a/multimedia/ogmtools/Makefile +++ b/multimedia/ogmtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/08 09:21:10 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/12/10 14:16:58 jperkin Exp $ # DISTNAME= ogmtools-1.5 @@ -15,6 +15,7 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-dvdread-includes=${BUILDLINK_DIR:Q} +CPPFLAGS.SunOS+= -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t .include "../../audio/libvorbis/buildlink3.mk" .include "../../multimedia/libdvdread/buildlink3.mk" |