diff options
author | znerd <znerd@FreeBSD.org> | 2004-01-07 18:14:44 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2004-01-07 18:14:44 +0800 |
commit | fb48f1538c41eff22fd57fa5aa10bd05f9d1561b (patch) | |
tree | fead0d1084f6ee396c869e2f7ef5df850314e2be /lang/fpc/files | |
parent | a03651560bd797bfe0c2357256b2dc3df96dd0f3 (diff) | |
download | freebsd-ports-gnome-fb48f1538c41eff22fd57fa5aa10bd05f9d1561b.tar.gz freebsd-ports-gnome-fb48f1538c41eff22fd57fa5aa10bd05f9d1561b.tar.zst freebsd-ports-gnome-fb48f1538c41eff22fd57fa5aa10bd05f9d1561b.zip |
Update to 1.0.10.
Additional change according to the submitter:
- Port compiles for the first time
- Port has 'gone on a diet'
(forgot about this file in last commit, few seconds ago)
PR: 60912
Submitted by: maintainer
Diffstat (limited to 'lang/fpc/files')
-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 + |