summaryrefslogtreecommitdiff
path: root/devel/opal-devel/patches/patch-plugins_video_H_264_Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/opal-devel/patches/patch-plugins_video_H_264_Makefile_in')
-rw-r--r--devel/opal-devel/patches/patch-plugins_video_H_264_Makefile_in20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/opal-devel/patches/patch-plugins_video_H_264_Makefile_in b/devel/opal-devel/patches/patch-plugins_video_H_264_Makefile_in
deleted file mode 100644
index 5dafead679d..00000000000
--- a/devel/opal-devel/patches/patch-plugins_video_H_264_Makefile_in
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-plugins_video_H_264_Makefile_in,v 1.1 2008/09/14 13:41:38 jmcneill Exp $
-
---- plugins/video/H.264/Makefile.in.orig 2008-09-14 09:21:14.000000000 -0400
-+++ plugins/video/H.264/Makefile.in 2008-09-14 09:21:26.000000000 -0400
-@@ -122,7 +122,7 @@
-
- $(PLUGIN): $(OBJECTS)
- @set -e; $(foreach dir,$(SUBDIRS),if test -d ${dir} ; then $(MAKE) -C $(dir); fi ; )
-- $(CXX) $(LDSO) $(DL_LIBS) -o $@ $^
-+ $(CXX) $(LDSO) $(DL_LIBS) $(LDFLAGS) -o $@ $^
-
- install:
- @set -e; $(foreach dir,$(SUBDIRS),if test -d ${dir} ; then $(MAKE) -C $(dir) install; fi ; )
-@@ -138,4 +138,4 @@
- @set -e; $(foreach dir,$(SUBDIRS),if test -d ${dir} ; then $(MAKE) -C $(dir) clean; fi ; )
-
- ###########################################
--
-\ No newline at end of file
-+