summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-09-14 14:19:14 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-09-14 14:19:14 +0000
commit994d1039e211ca90c08edd789f548b964a98d43b (patch)
tree66a525af7ad0e308ba737eb6510e2f323435a51e /devel
parentb3f51f73552f47321004b192fd63c4431823e3b9 (diff)
downloadpkgsrc-994d1039e211ca90c08edd789f548b964a98d43b.tar.gz
Use RPATH on h264_video_pwplugin_helper so it can find libx264
Diffstat (limited to 'devel')
-rw-r--r--devel/opal-devel/distinfo3
-rw-r--r--devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/opal-devel/distinfo b/devel/opal-devel/distinfo
index 1856060fa76..d61604a9a40 100644
--- a/devel/opal-devel/distinfo
+++ b/devel/opal-devel/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2008/09/14 13:41:38 jmcneill Exp $
+$NetBSD: distinfo,v 1.6 2008/09/14 14:19:14 jmcneill Exp $
SHA1 (opal-snapshot-20080912.tar.gz) = d0c8359a1406ab2da3e354c944a7cefde7858a3a
RMD160 (opal-snapshot-20080912.tar.gz) = 15e32b8479547e4b9fc7674fd172f5f4dfd4c9a8
@@ -8,5 +8,6 @@ SHA1 (patch-configure.tmp) = c0601b8974f53d455f3016806c6875afe1cd809f
SHA1 (patch-plugins_configure) = a41ea74bbec80c12a2361b646810a8e6a5b24588
SHA1 (patch-plugins_video_H_263-1998_Makefile_in) = 384002e69862d690f02609843f0103c878626ed9
SHA1 (patch-plugins_video_H_264_Makefile_in) = f31d2554bc84c640936cded8e03e69d6529a2ed0
+SHA1 (patch-plugins_video_H_264_gpl_Makefile_in) = ac9ec46e18a1ab3e925396befd3d16adc9edec9f
SHA1 (patch-plugins_video_MPEG4-ffmpeg_Makefile_in) = 7bae6bfc8c4cce9b7d70cff244176462032ba236
SHA1 (patch-plugins_video_common_dyna_cxx) = 5a82442434ba455197361e1da27c1b83db6716d8
diff --git a/devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in b/devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in
new file mode 100644
index 00000000000..12c011e026e
--- /dev/null
+++ b/devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_video_H_264_gpl_Makefile_in,v 1.1 2008/09/14 14:19:14 jmcneill Exp $
+
+--- plugins/video/H.264/gpl/Makefile.in.orig 2008-09-14 10:01:58.000000000 -0400
++++ plugins/video/H.264/gpl/Makefile.in 2008-09-14 10:02:09.000000000 -0400
+@@ -136,7 +136,7 @@
+ OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.c,%.o,$(patsubst %.cxx,%.o,$(notdir $(SRCS)))))
+
+ $(PLUGIN): $(OBJECTS)
+- $(CXX) -o $@ $^ $(X264_LIBS)
++ $(CXX) $(LDFLAGS) -o $@ $^ $(X264_LIBS)
+
+ install:
+ mkdir -p $(DESTDIR)$(libdir)/$(VC_PLUGIN_DIR)