freebsd-ports/x11/XFree86-4-libraries/files/patch-z32
FUJISHIMA Satsuki 5b1a452134 update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.

Reviewed by:	maintainer
2001-06-12 14:59:53 +00:00

19 lines
521 B
Text

--- lib/GL/mesa/src/OSmesa/Imakefile.orig Tue Apr 3 11:29:33 2001
+++ lib/GL/mesa/src/OSmesa/Imakefile Thu Jun 7 02:58:09 2001
@@ -58,7 +58,7 @@
LIBNAME = OSMesa
SOREV = 3.3
-
+#if !defined(LibInstall) || LibInstall || (!defined(ModInstall) || ModInstall)
#if DoNormalLib
NormalLibraryTarget($(LIBNAME), $(UOBJS))
InstallLibrary($(LIBNAME),$(USRLIBDIR))
@@ -77,6 +77,7 @@
#if DoProfileLib
ProfiledLibraryTarget($(LIBNAME), $(POBJS))
InstallLibrary($(LIBNAME)_p,$(USRLIBDIR))
+#endif
#endif
DependTarget()