[csw-devel] SF.net SVN: gar:[3845] csw/mgar/pkg/sed/trunk/Makefile
rmacduff at users.sourceforge.net
rmacduff at users.sourceforge.net
Fri Mar 20 18:56:00 CET 2009
Revision: 3845
http://gar.svn.sourceforge.net/gar/?rev=3845&view=rev
Author: rmacduff
Date: 2009-03-20 17:55:57 +0000 (Fri, 20 Mar 2009)
Log Message:
-----------
gsed: added EXTRA_MERGE_EXCLUDE_FILES and changed CONFIGURE_ARGS
Modified Paths:
--------------
csw/mgar/pkg/sed/trunk/Makefile
Modified: csw/mgar/pkg/sed/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sed/trunk/Makefile 2009-03-20 15:30:34 UTC (rev 3844)
+++ csw/mgar/pkg/sed/trunk/Makefile 2009-03-20 17:55:57 UTC (rev 3845)
@@ -2,6 +2,8 @@
GARVERSION = 4.1.5
CATEGORIES = utils
+DEBUG_PACKAGING = 1
+
PACKAGES = CSWgsed
CATALOGNAME_CSWgsed = gsed
@@ -23,12 +25,11 @@
# See http://markmail.org/message/7ki46iiok3ddu3sa
GARCOMPILER = GNU
-PREREQUISITE_PKGS = CSWiconv
+REQUIRED_PKGS = CSWiconv
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --program-prefix=g
-CONFIGURE_ARGS += --with-libiconv-prefix=/opt/csw
-CONFIGURE_ARGS += --with-libintl-prefix=/opt/csw
CONFIGURE_ARGS += --with-included-gettext
TEST_TARGET = check
@@ -36,4 +37,6 @@
include gar/category.mk
# Make sure we are using gnu tools (esp. sed)
-PATH := /opt/csw/gnu:$(PATH)
\ No newline at end of file
+PATH := /opt/csw/gnu:$(PATH)
+
+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