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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed May 19 11:13:54 CEST 2010


Revision: 9929
          http://gar.svn.sourceforge.net/gar/?rev=9929&view=rev
Author:   dmichelsen
Date:     2010-05-19 09:13:53 +0000 (Wed, 19 May 2010)

Log Message:
-----------
libsigcpp: Fix runpath issue

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

Modified: csw/mgar/pkg/libsigcpp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libsigcpp/trunk/Makefile	2010-05-19 02:15:21 UTC (rev 9928)
+++ csw/mgar/pkg/libsigcpp/trunk/Makefile	2010-05-19 09:13:53 UTC (rev 9929)
@@ -13,27 +13,28 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES = 
-
 PACKAGES  = CSWlibsigc++
 PACKAGES += CSWlibsigc++devel
 SPKG_DESC_CSWlibsigc++ = Typesafe signal and callback system for C++
 SPKG_DESC_CSWlibsigc++devel = Header files and docs for libsigc++
 
-PKGFILES_CSWlibsigc++devel = /opt/csw/share/.*
-PKGFILES_CSWlibsigc++devel += /opt/csw/include/.*
-PKGFILES_CSWlibsigc++devel += /opt/csw/lib/pkgconfig/.*
-PKGFILES_CSWlibsigc++devel += /opt/csw/lib/sigc\+\+-2.0/include/.*
-
 CATALOGNAME_CSWlibsigc++= libsigc++
 CATALOGNAME_CSWlibsigc++devel = libsigc++_devel 
 
+BUILD64 = 1
 CONFIGURE_ARGS = $(DIRPATHS) --disable-static
-BUILD64 = 1
-NOISAEXEC = 1
+
 TEST_TARGET = check
 
+PKGFILES_CSWlibsigc++devel = $(PKGFILES_DEVEL)
+PKGFILES_CSWlibsigc++devel += $(docdir)/.*
+PKGFILES_CSWlibsigc++devel += .*\.h
+PKGFILES_CSWlibsigc++devel += $(sharedstatedir)/.*
+
 include gar/category.mk
+
 PATH := /opt/csw/gnu:$(PATH)
+
+post-configure-modulated:
+	perl -pi -e 's,\|-xarch=,|-norunpath|-xarch=,' $(WORKSRC)/libtool
+	@$(MAKECOOKIE)


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