aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4-libraries/files/patch-z32
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-08-25 10:35:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-08-25 10:35:22 +0000
commit036dd8c105cb7f94338b4e5d80f68f6e2f33b49d (patch)
tree6204e84f9bdea3944eb76a398968a1cfcd18bec6 /x11/XFree86-4-libraries/files/patch-z32
parentd3ed5696bd848f6cfe178cc559ee873dcf754f95 (diff)
Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z32')
-rw-r--r--x11/XFree86-4-libraries/files/patch-z3212
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z32 b/x11/XFree86-4-libraries/files/patch-z32
new file mode 100644
index 000000000000..b24439066535
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-z32
@@ -0,0 +1,12 @@
+--- lib/GL/mesa/src/OSmesa/Imakefile.orig Thu Jul 27 16:09:32 2000
++++ lib/GL/mesa/src/OSmesa/Imakefile Thu Jul 27 16:10:11 2000
+@@ -243,7 +243,8 @@
+ /*InstallLibrary($(LIBNAME),$(USRLIBDIR))*/
+
+ SharedDepLibraryTarget($(LIBNAME),$(SOREV), $(DONES), $(OBJS), ., .)
++#if !defined(LibInstall) || LibInstall
+ InstallSharedLibrary($(LIBNAME),$(SOREV),$(SHLIBDIR))
+-
++#endif
+
+ DependTarget()