aboutsummaryrefslogtreecommitdiff
path: root/graphics/EZWGL/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/EZWGL/files/patch-Makefile.in')
-rw-r--r--graphics/EZWGL/files/patch-Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/EZWGL/files/patch-Makefile.in b/graphics/EZWGL/files/patch-Makefile.in
new file mode 100644
index 000000000000..db85ae03bfaa
--- /dev/null
+++ b/graphics/EZWGL/files/patch-Makefile.in
@@ -0,0 +1,16 @@
+--- Makefile.in.orig 1999-12-03 21:48:54 UTC
++++ Makefile.in
+@@ -25,11 +25,11 @@
+
+ all shared static:
+ @for I in ${subdirs}; do (cd $$I; ${MAKE} $@ || exit 1); done
+- @for I in ${sampledirs}; do (cd $$I; ${MAKE}); done
++# @for I in ${sampledirs}; do (cd $$I; ${MAKE}); done
+
+
+ install install-shared install-static:
+- @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=/usr/local \
++ @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(prefix) \
+ $@ || exit 1); done
+
+ clean: