summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/patches/patch-include_Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xine-lib/patches/patch-include_Makefile.am')
-rw-r--r--multimedia/xine-lib/patches/patch-include_Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/xine-lib/patches/patch-include_Makefile.am b/multimedia/xine-lib/patches/patch-include_Makefile.am
new file mode 100644
index 00000000000..c5ef219a56f
--- /dev/null
+++ b/multimedia/xine-lib/patches/patch-include_Makefile.am
@@ -0,0 +1,14 @@
+$NetBSD: patch-include_Makefile.am,v 1.1 2011/12/25 03:24:10 sbd Exp $
+
+--- include/Makefile.am.orig 2010-03-09 22:17:04.000000000 +0000
++++ include/Makefile.am
+@@ -26,7 +26,8 @@ maintainer-clean-generic:
+ -rm -f Makefile.in configure.h.in
+
+ install-data-local: install-includeHEADERS
+- sed -e '/^\/\*_x_/d' xine.h > $(DESTDIR)$(includedir)/xine.h
++ sed -e '/^\/\*_x_/d' xine.h > installed-xine.h
++ $(INSTALL_HEADER) installed-xine.h $(DESTDIR)$(includedir)/xine.h
+ if GENERATED_INTTYPES_H
+ $(INSTALL) inttypes.h $(DESTDIR)$(includedir)
+ endif