aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-01-29 07:30:35 +0800
committermezz <mezz@FreeBSD.org>2005-01-29 07:30:35 +0800
commit458b66992d77b96951a43ba94c3a21c1962be000 (patch)
treea575e49c634c81cc21d50ec6da41b726a1ae8e0b /multimedia
parent99b41b0ab7a970d385b74ac58ede95e9729e3476 (diff)
downloadfreebsd-ports-gnome-458b66992d77b96951a43ba94c3a21c1962be000.tar.gz
freebsd-ports-gnome-458b66992d77b96951a43ba94c3a21c1962be000.tar.zst
freebsd-ports-gnome-458b66992d77b96951a43ba94c3a21c1962be000.zip
Do not create mozilla plugin directory unless it is enable. By default, it is
disable. This should fix the pkg-plist issue for both totem and totem-gstreamer. Bump is not need, because totem doesn't even try to delete this directory anyway. Approved by: Hendrik Scholz <hendrik@scholz.net> (maintainer) Reported by: pointyhat via kris
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem/files/patch-src::Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/totem/files/patch-src::Makefile.in b/multimedia/totem/files/patch-src::Makefile.in
new file mode 100644
index 000000000000..88baa73c4532
--- /dev/null
+++ b/multimedia/totem/files/patch-src::Makefile.in
@@ -0,0 +1,12 @@
+--- src/Makefile.in.orig Thu Jan 13 13:03:04 2005
++++ src/Makefile.in Thu Jan 13 13:04:42 2005
+@@ -236,7 +236,8 @@
+
+ totem_mozilla_viewer_LDADD = $(X_LIBS) $(EXTRA_GNOME_LIBS) $(XTEST_LIBS) $(RANDR_LIBS) $(NVTV_LIBS)
+
+-plugindir = $(libdir)/mozilla/plugins/
++@HAVE_MOZILLA_FALSE@plugindir =
++@HAVE_MOZILLA_TRUE@plugindir = $(libdir)/mozilla/plugins/
+ module_flags = -export_dynamic -avoid-version
+
+ vanity_SOURCES = \