[csw-devel] SF.net SVN: gar:[2630] csw/mgar/pkg/git/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Dec 17 04:48:48 CET 2008
Revision: 2630
http://gar.svn.sourceforge.net/gar/?rev=2630&view=rev
Author: bdwalton
Date: 2008-12-17 03:48:48 +0000 (Wed, 17 Dec 2008)
Log Message:
-----------
Depend on gsed and the gnu links during build so that tests assuming sed as
gnu sed work. The package now builds and passes the tests (sol10 x86).
Modified Paths:
--------------
csw/mgar/pkg/git/trunk/Makefile
Modified: csw/mgar/pkg/git/trunk/Makefile
===================================================================
--- csw/mgar/pkg/git/trunk/Makefile 2008-12-16 22:38:36 UTC (rev 2629)
+++ csw/mgar/pkg/git/trunk/Makefile 2008-12-17 03:48:48 UTC (rev 2630)
@@ -3,6 +3,7 @@
CATEGORIES = devel
PREREQUISITE_PKGS = CSWasciidoc CSWossldevel CSWxmlto CSWbash CSWcurl
+PREREQUISITE_PKGS += CSWgsed CSWgnulinks
DESCRIPTION = Fast Version Control System
define BLURB
@@ -30,7 +31,6 @@
include gar/category.mk
-CFLAGS += -L$(libdir)
-
-# for tail -n
-PATH := /usr/xpg4/bin:$(PATH)
\ No newline at end of file
+# for tail -n and to override things like, etc with the gnu counterparts
+# gnu must come first so xpg4/sed isn't found first.
+PATH := /opt/csw/gnu:/usr/xpg4/bin:$(PATH)
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