Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2009 11:16:26 -0700
From:      Brian Somers <brian@Awfulhak.org>
To:        multimedia@FreeBSD.org
Subject:   multimedia/py-gstreamer
Message-ID:  <20090528111626.1d077c92@Awfulhak.org>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hi,

Can someone apply the attached patch or give me an ok to
apply it?

configure doesn't seem to work without it...

Cheers.

-- 
Brian Somers                                       <brian@Awfulhak.org>
Don't _EVER_ lose your sense of humour !            <brian@FreeBSD.org>

[-- Attachment #2 --]
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/multimedia/py-gstreamer/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	11 May 2009 16:16:28 -0000	1.35
+++ Makefile	28 May 2009 18:12:54 -0000
@@ -26,8 +26,8 @@
 USE_GSTREAMER=	yes
 GNU_CONFIGURE=	yes
 PLIST_SUB=	VERSION="${GST_VERSION}"
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}"
+CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE} ${PTHREAD_LIBS}"
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090528111626.1d077c92>