diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2004-01-07 10:14:44 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2004-01-07 10:14:44 +0000 |
commit | 59e84820b671d9c5d7973dea89529f8184cf80d7 (patch) | |
tree | 699c8f3509afb7adfcfdf66d3eb86041b606d9da /lang/fpc | |
parent | 4f05d6353d0399132346611e8de1d5017f40a8e5 (diff) | |
download | ports-59e84820b671d9c5d7973dea89529f8184cf80d7.tar.gz ports-59e84820b671d9c5d7973dea89529f8184cf80d7.zip |
Notes
Diffstat (limited to 'lang/fpc')
-rw-r--r-- | lang/fpc/files/patch-share::src::fpc-1.0.10::compiler::utils::samplecfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/fpc/files/patch-share::src::fpc-1.0.10::compiler::utils::samplecfg b/lang/fpc/files/patch-share::src::fpc-1.0.10::compiler::utils::samplecfg new file mode 100644 index 000000000000..ce27939c844f --- /dev/null +++ b/lang/fpc/files/patch-share::src::fpc-1.0.10::compiler::utils::samplecfg @@ -0,0 +1,11 @@ +--- share/src/fpc-1.0.10/compiler/utils/samplecfg.old Sun Jan 4 04:15:50 2004 ++++ share/src/fpc-1.0.10/compiler/utils/samplecfg Sun Jan 4 04:17:59 2004 +@@ -38,7 +38,7 @@ + fi + + # Find path to libgcc.a +-GCCSPEC=`(gcc -v 2>&1)| head -n 1| awk '{ print $4 } '` ++GCCSPEC=`gcc -print-file-name=libgcc.a` + GCCDIR=`dirname $GCCSPEC` + echo Found libgcc.a in $GCCDIR + |