[csw-devel] SF.net SVN: gar:[4212] csw/mgar/pkg/sed/trunk/Makefile
rmacduff at users.sourceforge.net
rmacduff at users.sourceforge.net
Mon Apr 6 21:28:32 CEST 2009
Revision: 4212
http://gar.svn.sourceforge.net/gar/?rev=4212&view=rev
Author: rmacduff
Date: 2009-04-06 19:28:32 +0000 (Mon, 06 Apr 2009)
Log Message:
-----------
gsed: corrected runtime linker path
Modified Paths:
--------------
csw/mgar/pkg/sed/trunk/Makefile
Modified: csw/mgar/pkg/sed/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sed/trunk/Makefile 2009-04-06 14:57:25 UTC (rev 4211)
+++ csw/mgar/pkg/sed/trunk/Makefile 2009-04-06 19:28:32 UTC (rev 4212)
@@ -5,7 +5,7 @@
PACKAGES = CSWgsed
CATALOGNAME_CSWgsed = gsed
-DESCRIPTION = GNU Stream Editor
+DESCRIPTION = The GNU non-interactive text Stream-oriented EDitor (sed)
define BLURB
Sed, the GNU Stream Editor, copies the named files (standard input default) to
the standard output, edited according to a script of commands.
@@ -25,6 +25,8 @@
REQUIRED_PKGS = CSWiconv
+# No special platform optimization
+NOISALIST = 1
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --program-prefix=g
@@ -37,4 +39,6 @@
# Make sure we are using gnu tools (esp. sed)
PATH := /opt/csw/gnu:$(PATH)
-EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias
+EXTRA_MERGE_EXCLUDE_FILES = $(sharedstatedir)/.*locale.alias
+EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/charset.alias
+
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