diff options
author | hans <hans> | 2011-09-14 17:23:44 +0000 |
---|---|---|
committer | hans <hans> | 2011-09-14 17:23:44 +0000 |
commit | 98e960a0e52d5955633463b1ac8d27aac20262b5 (patch) | |
tree | c66d863c8ee5afb93ae14775e890d6f1cdd05437 /multimedia/py-gstreamer0.10 | |
parent | cba121d3e30c6e9a9d7a8cdb05b2bd146a4318d1 (diff) | |
download | pkgsrc-98e960a0e52d5955633463b1ac8d27aac20262b5.tar.gz |
Fix build on SunOS by overriding the check for C99.
Diffstat (limited to 'multimedia/py-gstreamer0.10')
-rw-r--r-- | multimedia/py-gstreamer0.10/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/py-gstreamer0.10/Makefile b/multimedia/py-gstreamer0.10/Makefile index 7b28d20a83c..bbee0e271fa 100644 --- a/multimedia/py-gstreamer0.10/Makefile +++ b/multimedia/py-gstreamer0.10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2011/04/22 13:44:18 obache Exp $ +# $NetBSD: Makefile,v 1.24 2011/09/14 17:23:44 hans Exp $ # DISTNAME= gst-python-0.10.21 @@ -28,6 +28,11 @@ PY_PATCHPLIST= yes PKGCONFIG_OVERRIDE+= pkgconfig/gst-python.pc.in +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "SunOS" +CONFIGURE_ENV+= ac_cv_prog_cc_c99=no +.endif + .include "../../multimedia/gstreamer0.10/buildlink3.mk" BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.26 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" |