summaryrefslogtreecommitdiff
path: root/devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in')
-rw-r--r--devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in13
1 files changed, 0 insertions, 13 deletions
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
deleted file mode 100644
index 12c011e026e..00000000000
--- a/devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in
+++ /dev/null
@@ -1,13 +0,0 @@
-$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)