aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/py-gstreamer
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-08-16 04:03:21 +0800
committerKoop Mast <kwm@FreeBSD.org>2014-08-16 04:03:21 +0800
commit82a022574b53274481ab81913c82ed134c9544df (patch)
tree17af9f687115c7e7fe8e2fb055b14a14221c8f73 /multimedia/py-gstreamer
parent4595ee5a715814e318d756a62de40493e3096eb7 (diff)
downloadfreebsd-ports-gnome-82a022574b53274481ab81913c82ed134c9544df.tar.gz
freebsd-ports-gnome-82a022574b53274481ab81913c82ed134c9544df.tar.zst
freebsd-ports-gnome-82a022574b53274481ab81913c82ed134c9544df.zip
Add missing /libs in LDFLAGS, this should fix the build in some cases.
While here, remove PTHREAD_* from CPPFLAGS and LDFLAGS. PR: 192432 Submitted by: sascha@root-login.org (PR), troyax@pholos.eu (fix)
Diffstat (limited to 'multimedia/py-gstreamer')
-rw-r--r--multimedia/py-gstreamer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/py-gstreamer/Makefile b/multimedia/py-gstreamer/Makefile
index 2285064e7710..163bd7bab21e 100644
--- a/multimedia/py-gstreamer/Makefile
+++ b/multimedia/py-gstreamer/Makefile
@@ -27,7 +27,7 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION="${GST_VERSION}"
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}
+LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py