mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
036dd8c105
only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
13 lines
389 B
Plaintext
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()
|