1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/finance/openhbci/files/patch-configure
Sam Lawrance 52f776d844 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)
2005-05-17 08:52:02 +00:00

12 lines
366 B
Plaintext

--- 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.*)