diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-17 08:52:02 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-17 08:52:02 +0000 |
commit | 52f776d8440f66382b22a3c67dfc1314a86dbbc4 (patch) | |
tree | 6bcbd5d89fddbc06bdc6d0060467da9880381d3d /finance/openhbci/files/patch-configure | |
parent | Update to version 1.2.8. (diff) |
Update to 0.9.17.2
- Add a patch to work around detecting gcc based on contents of $CC
- IGNORE on 4.x (needs newer c++ libs)
PR: ports/70308
Submitted by: Frank Altpeter <frank.altpeter@gmail.com>
Approved by: clement (mentor)
Notes
Notes:
svn path=/head/; revision=135447
Diffstat (limited to 'finance/openhbci/files/patch-configure')
-rw-r--r-- | finance/openhbci/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/openhbci/files/patch-configure b/finance/openhbci/files/patch-configure new file mode 100644 index 000000000000..0b19eb0d1918 --- /dev/null +++ b/finance/openhbci/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Aug 21 06:41:37 2004 ++++ configure Tue May 17 15:19:54 2005 +@@ -20034,7 +20034,7 @@ + echo "$as_me:$LINENO: checking if plugin loading is supported" >&5 + echo $ECHO_N "checking if plugin loading is supported... $ECHO_C" >&6 + case `basename $CC` in +- gcc*) ++ gcc* | cc*) + gccversion=`$CC --version` + case $gccversion in + 0.*) |