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

rmacduff at users.sourceforge.net rmacduff at users.sourceforge.net
Mon Mar 9 14:52:18 CET 2009


Revision: 3676
          http://gar.svn.sourceforge.net/gar/?rev=3676&view=rev
Author:   rmacduff
Date:     2009-03-09 13:52:18 +0000 (Mon, 09 Mar 2009)

Log Message:
-----------
Building on 8x, 8s, and 10x.  Need to work on 10s.

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

Modified: csw/mgar/pkg/sed/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sed/trunk/Makefile	2009-03-09 02:59:43 UTC (rev 3675)
+++ csw/mgar/pkg/sed/trunk/Makefile	2009-03-09 13:52:18 UTC (rev 3676)
@@ -14,8 +14,21 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-CONFIGURE_ARGS = $(DIRPATHS)
+# Use GNU because of issue with syntax containing ellipsis in lib/regcomp.c. 
+# See http://markmail.org/message/7ki46iiok3ddu3sa
+GARCOMPILER = GNU
 
+PREREQUISITE_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
 
 include gar/category.mk
+
+# Make sure we are using gnu tools (esp. sed)
+PATH := /opt/csw/gnu:$(PATH)
\ No newline at end of file


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