1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11/XFree86-4-libraries/files/patch-z32
Satoshi Asami 036dd8c105 Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs.  Other miscellaneous bug fixes.

Submitted by:	maintainer
2000-08-25 10:35:22 +00:00

13 lines
389 B
Plaintext

--- 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()