svn commit: r372053 - head/devel/ccons/files

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Nov 2 02:01:55 UTC 2014


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 $@
 


More information about the svn-ports-head mailing list