5b1a452134
get rid of version number from comments in Makefile, pkg-comment and pkg-descr. Reviewed by: maintainer
19 lines
521 B
Text
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()
|