diff options
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z32')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-z32 | 12 |
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() |