[csw-devel] SF.net SVN: gar:[8193] csw/mgar/pkg/exempi/trunk/Makefile

hson at users.sourceforge.net hson at users.sourceforge.net
Tue Jan 26 21:12:25 CET 2010


Revision: 8193
          http://gar.svn.sourceforge.net/gar/?rev=8193&view=rev
Author:   hson
Date:     2010-01-26 20:12:25 +0000 (Tue, 26 Jan 2010)

Log Message:
-----------
exempi: Fix URL to upstream site

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

Modified: csw/mgar/pkg/exempi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exempi/trunk/Makefile	2010-01-26 19:56:36 UTC (rev 8192)
+++ csw/mgar/pkg/exempi/trunk/Makefile	2010-01-26 20:12:25 UTC (rev 8193)
@@ -33,6 +33,8 @@
 
 PKGFILES_CSWexempidevel = $(PKGFILES_DEVEL)
 
+SPKG_SOURCEURL = http://libopenraw.freedesktop.org/wiki/Exempi
+
 PATCHFILES += Makefiles.patch
 PATCHFILES += RIFF_Support.cpp
 PATCHFILES += XML_Node.cpp
@@ -45,7 +47,8 @@
 EXTRA_CXXFLAGS = -D__EXTENSIONS__ -library=stlport4
 # Ugly, but need to owerwrite this since autoconf system doesn't work
 EXTRA_CXXFLAGS += -DHAVE_NATIVE_TLS=0
-EXTRA_LINKER_FLAGS = -liconv
+# Autoconf doesn't find iconv, the rest is found but not runpath
+EXTRA_LINKER_FLAGS = -liconv -lexpat -lz
 
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-boost=/opt/csw


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