Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Nov 2014 02:01:55 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372053 - head/devel/ccons/files
Message-ID:  <201411020201.sA221t3h091442@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Nov  2 02:01:54 2014
New Revision: 372053
URL: https://svnweb.freebsd.org/changeset/ports/372053
QAT: https://qat.redports.org/buildarchive/r372053/

Log:
  - Add support for parameters in the script

Modified:
  head/devel/ccons/files/ccons.sh.in

Modified: head/devel/ccons/files/ccons.sh.in
==============================================================================
--- head/devel/ccons/files/ccons.sh.in	Sun Nov  2 01:44:22 2014	(r372052)
+++ head/devel/ccons/files/ccons.sh.in	Sun Nov  2 02:01:54 2014	(r372053)
@@ -1,5 +1,5 @@
 #!/bin/sh
 # $FreeBSD$
 
-LD_LIBRARY_PATH="%%LOCALBASE%%/llvm33/lib/" %%LOCALBASE%%/bin/ccons-bin
+LD_LIBRARY_PATH="%%LOCALBASE%%/llvm33/lib/" %%LOCALBASE%%/bin/ccons-bin $@
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411020201.sA221t3h091442>