[csw-devel] SF.net SVN: gar:[5668] csw/mgar/pkg/libvorbis/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jul 27 10:05:22 CEST 2009
Revision: 5668
http://gar.svn.sourceforge.net/gar/?rev=5668&view=rev
Author: dmichelsen
Date: 2009-07-27 08:05:22 +0000 (Mon, 27 Jul 2009)
Log Message:
-----------
libvorbis: Add dependency to sunmath, fixing #3776
Modified Paths:
--------------
csw/mgar/pkg/libvorbis/trunk/Makefile
Modified: csw/mgar/pkg/libvorbis/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libvorbis/trunk/Makefile 2009-07-27 06:54:21 UTC (rev 5667)
+++ csw/mgar/pkg/libvorbis/trunk/Makefile 2009-07-27 08:05:22 UTC (rev 5668)
@@ -14,7 +14,7 @@
PACKAGES = CSWvorbis
CATALOGNAME = libvorbis
-REQUIRED_PKGS = CSWlibogg
+REQUIRED_PKGS = CSWlibogg CSWsunmath
SPKG_SOURCEURL = http://www.vorbis.com/
@@ -23,6 +23,8 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+EXTRA_LD_FLAGS = -L$(libdir) -lsunmath
+
CONFIGURE_ARGS = $(DIRPATHS)
TEST_TARGET = check
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list