From owner-freebsd-multimedia@FreeBSD.ORG Thu May 28 18:45:07 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1699E1065675 for ; Thu, 28 May 2009 18:45:07 +0000 (UTC) (envelope-from prvs=1392ab6cf7=brian@Awfulhak.org) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id D5CEA8FC17 for ; Thu, 28 May 2009 18:45:05 +0000 (UTC) (envelope-from prvs=1392ab6cf7=brian@Awfulhak.org) Received: from pd5ml2no-ssvc.prod.shaw.ca ([10.0.153.164]) by pd5mo1no-svcs.prod.shaw.ca with ESMTP; 28 May 2009 12:16:29 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=0 a=Ve-r9nTEOghT9vJLw7QA:9 a=bRomZTZc6ImAB7iv794a0yFdJVgA:4 a=WJ3hkfHDukgA:10 a=SV7veod9ZcQA:10 a=klQwPLPBFo1wdPfEe2QA:9 a=d1q1pRtAwNgtrFMDSSHuEa85yZgA:4 Received: from unknown (HELO store.lan.Awfulhak.org) ([174.7.23.140]) by pd5ml2no-dmz.prod.shaw.ca with ESMTP; 28 May 2009 12:16:29 -0600 Received: from store.lan.Awfulhak.org (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 26A1CC433AC_A1ED50FB for ; Thu, 28 May 2009 18:16:47 +0000 (GMT) Received: from gw.Awfulhak.org (gw.lan.Awfulhak.org [172.16.0.1]) by store.lan.Awfulhak.org (Sophos Email Appliance) with ESMTP id 0446EC460F8_A1ED50FF for ; Thu, 28 May 2009 18:16:47 +0000 (GMT) Received: from localhost (brian@gw.lan.Awfulhak.org [172.16.0.1]) by gw.Awfulhak.org (8.14.3/8.14.3) with ESMTP id n4SIGSdk028414; Thu, 28 May 2009 11:16:28 -0700 (PDT) (envelope-from brian@Awfulhak.org) Date: Thu, 28 May 2009 11:16:26 -0700 From: Brian Somers To: multimedia@FreeBSD.org Message-ID: <20090528111626.1d077c92@Awfulhak.org> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/Q8L3wzYXRifljfCNmj94rg5" Cc: Subject: multimedia/py-gstreamer X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2009 18:45:07 -0000 --MP_/Q8L3wzYXRifljfCNmj94rg5 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 Don't _EVER_ lose your sense of humour ! --MP_/Q8L3wzYXRifljfCNmj94rg5 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=py-streamer.patch 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 --MP_/Q8L3wzYXRifljfCNmj94rg5--