diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-11-02 02:01:54 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-11-02 02:01:54 +0000 |
commit | 0eea475062d002615589d33c0b7af3854b86de37 (patch) | |
tree | e0d57326d7f97c0708363c7c36621f7da1b7bce0 /devel/ccons | |
parent | 20ac1d36b9237f40914a06872d878b27548431ea (diff) |
Notes
Diffstat (limited to 'devel/ccons')
-rw-r--r-- | devel/ccons/files/ccons.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ccons/files/ccons.sh.in b/devel/ccons/files/ccons.sh.in index 679267bed3e8..72d9349af305 100644 --- a/devel/ccons/files/ccons.sh.in +++ b/devel/ccons/files/ccons.sh.in @@ -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 $@ |