summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/truevision/files/truevision-0.3.10-gentoo3.patch')
-rw-r--r--media-gfx/truevision/files/truevision-0.3.10-gentoo3.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/media-gfx/truevision/files/truevision-0.3.10-gentoo3.patch b/media-gfx/truevision/files/truevision-0.3.10-gentoo3.patch
new file mode 100644
index 000000000000..dd96cf9c0a02
--- /dev/null
+++ b/media-gfx/truevision/files/truevision-0.3.10-gentoo3.patch
@@ -0,0 +1,18 @@
+--- truevision-0.3.10/Makefile.in 2002-01-01 11:43:00.000000000 +0000
++++ truevision-0.3.10/Makefile.in.new 2003-06-10 21:56:46.000000000 +0100
+@@ -407,11 +407,11 @@
+
+ install-data-local:
+ test -d pixmaps \
+- && install -d -m 0755 @PACKAGE_PIXMAPS_DIR@ \
+- && install -m 0644 pixmaps/* @PACKAGE_PIXMAPS_DIR@
++ && install -d -m 0755 $(PACKAGE_PIXMAPS_DIR) \
++ && install -m 0644 pixmaps/* $(PACKAGE_PIXMAPS_DIR)
+ test -d materials \
+- && install -d -m 0755 @PACKAGE_MATERIALS_DIR@ \
+- && cp -Rp materials/* @PACKAGE_MATERIALS_DIR@
++ && install -d -m 0755 $(PACKAGE_MATERIALS_DIR) \
++ && cp -Rp materials/* $(PACKAGE_MATERIALS_DIR)
+
+ dist-hook:
+ test -d pixmaps \