aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-gstreamer
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-08-15 20:03:21 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-08-15 20:03:21 +0000
commit82a022574b53274481ab81913c82ed134c9544df (patch)
tree17af9f687115c7e7fe8e2fb055b14a14221c8f73 /multimedia/py-gstreamer
parent4595ee5a715814e318d756a62de40493e3096eb7 (diff)
Notes
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