Revision: 21241
          http://gar.svn.sourceforge.net/gar/?rev=21241&view=rev
Author:   lblume
Date:     2013-06-03 07:55:31 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
libvorbis/trunk: The dependency on libsunmath is not needed anymore on current 
S10

Modified Paths:
--------------
    csw/mgar/pkg/libvorbis/trunk/Makefile

Modified: csw/mgar/pkg/libvorbis/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libvorbis/trunk/Makefile       2013-06-02 15:06:09 UTC (rev 
21240)
+++ csw/mgar/pkg/libvorbis/trunk/Makefile       2013-06-03 07:55:31 UTC (rev 
21241)
@@ -19,7 +19,6 @@
 SPKG_DESC_CSWlibvorbis0 = Vorbis codec library, libvorbis.so.0
 PKGFILES_CSWlibvorbis0 += $(call 
baseisadirs,$(libdir),libvorbis\.so\.0(\.\d+)*)
 RUNTIME_DEP_PKGS_CSWlibvorbis0 += CSWlibogg0
-RUNTIME_DEP_PKGS_CSWlibvorbis0 += CSWsunmath
 OBSOLETED_BY_CSWlibvorbis0 = CSWvorbis
 CATALOGNAME_CSWvorbis = libvorbis_stub
 
@@ -27,9 +26,7 @@
 CATALOGNAME_CSWlibvorbisenc2 = libvorbisenc2
 SPKG_DESC_CSWlibvorbisenc2 = Vorbis codec library, libvorbisenc.so.2
 PKGFILES_CSWlibvorbisenc2 += $(call 
baseisadirs,$(libdir),libvorbisenc\.so\.2(\.\d+)*)
-RUNTIME_DEP_PKGS_CSWlibvorbisenc2 += CSWlibogg0
 RUNTIME_DEP_PKGS_CSWlibvorbisenc2 += CSWlibvorbis0
-RUNTIME_DEP_PKGS_CSWlibvorbisenc2 += CSWsunmath
 OBSOLETED_BY_CSWlibvorbisenc2 = CSWvorbis
 
 PACKAGES += CSWlibvorbisfile3
@@ -38,7 +35,6 @@
 PKGFILES_CSWlibvorbisfile3 += $(call 
baseisadirs,$(libdir),libvorbisfile\.so\.3(\.\d+)*)
 RUNTIME_DEP_PKGS_CSWlibvorbisfile3 += CSWlibogg0
 RUNTIME_DEP_PKGS_CSWlibvorbisfile3 += CSWlibvorbis0
-RUNTIME_DEP_PKGS_CSWlibvorbisfile3 += CSWsunmath
 OBSOLETED_BY_CSWlibvorbisfile3 = CSWvorbis
 
 PACKAGES += CSWlibvorbis-dev
@@ -51,7 +47,7 @@
 
 BUILD64_LIBS_ONLY = 1
 
-EXTRA_LD_FLAGS = -L$(libdir) -lsunmath -lm
+EXTRA_LD_FLAGS = -L$(libdir) -lm
 
 CONFIGURE_ARGS = $(DIRPATHS)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to