[csw-devel] SF.net SVN: gar:[9690] csw/mgar/pkg/quilt/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Apr 19 02:51:29 CEST 2010
Revision: 9690
http://gar.svn.sourceforge.net/gar/?rev=9690&view=rev
Author: bdwalton
Date: 2010-04-19 00:51:29 +0000 (Mon, 19 Apr 2010)
Log Message:
-----------
quilt: add configure options
Modified Paths:
--------------
csw/mgar/pkg/quilt/trunk/Makefile
Modified: csw/mgar/pkg/quilt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/quilt/trunk/Makefile 2010-04-18 20:11:29 UTC (rev 9689)
+++ csw/mgar/pkg/quilt/trunk/Makefile 2010-04-19 00:51:29 UTC (rev 9690)
@@ -22,6 +22,24 @@
# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
# UPSTREAM_MASTER_SITES =
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-bash=/opt/csw/bin/bash
+CONFIGURE_ARGS += --with-cp=/opt/csw/bin/gcp
+CONFIGURE_ARGS += --with-date=/opt/csw/bin/gdate
+CONFIGURE_ARGS += --with-perl=/opt/csw/bin/perl
+CONFIGURE_ARGS += --with-grep=/opt/csw/bin/ggrep
+CONFIGURE_ARGS += --with-tail=/opt/csw/bin/gtail
+CONFIGURE_ARGS += --with-tr=/opt/csw/bin/gtr
+CONFIGURE_ARGS += --with-sed=/opt/csw/bin/gsed
+CONFIGURE_ARGS += --with-awk=/opt/csw/bin/gawk
+CONFIGURE_ARGS += --with-column=/opt/csw/bin/column
+CONFIGURE_ARGS += --with-pod2man=/opt/csw/bin/pod2man
+CONFIGURE_ARGS += --with-getopt=/opt/csw/bin/ggetopt
+CONFIGURE_ARGS += --with-diff=/opt/csw/bin/gdiff
+CONFIGURE_ARGS += --with-mktemp=/opt/csw/bin/mktemp
+CONFIGURE_ARGS += --with-patch=/opt/csw/bin/gpatch
+CONFIGURE_ARGS += --with-diffstat=/opt/csw/bin/gdiffstat
+CONFIGURE_ARGS += --with-find=/opt/csw/bin/gfind
+CONFIGURE_ARGS += --with-sendmail=/usr/lib/sendmail
include gar/category.mk
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