DragonFly users List (threaded) for 2011-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: bulk build for 2010Q4 progress
On Thu, Jan 20, 2011 at 08:38:50PM -0500, Justin C. Sherrill wrote:
> multimedia/py-gstreamer0.10 22 pkgsrc-users@NetBSD.org
Last I tried the attached makefile patch fixed this package -
still need to submit a fix -
this probably brings up ye-old question of interface to the pkgsrc
ppl, ports, etc - IIRC kind-of dropped since the last time this
came up..
cheers
- Chris
--- /usr/pkgsrc/multimedia/py-gstreamer0.10.orig/Makefile 2010-11-09 03:46:15 +0000
+++ /usr/pkgsrc/multimedia/py-gstreamer0.10/Makefile 2011-01-14 21:23:00 +0000
@@ -1,6 +1,12 @@
# $NetBSD: Makefile,v 1.18 2010/02/21 13:34:53 wiz Exp $
#
+# needs pthread somehow
+#
+# ../gxine/Makefile:PTHREAD_OPTS+= require
+# ../gxine/Makefile:.include "../../mk/pthread.buildlink3.mk"
+
+
DISTNAME= gst-python-0.10.19
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer0.10/}
CATEGORIES= multimedia
@@ -34,4 +40,7 @@
.include "../../lang/python/extension.mk"
BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.15.0
.include "../../devel/py-gobject/buildlink3.mk"
+PTHREAD_AUTO_VARS= yes
+PTHREAD_OPTS+= require
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]