1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/math/lapack++/files/patch-configure
Tijl Coosemans 564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-02-16 17:15:31 +00:00

12 lines
311 B
Plaintext

--- configure.orig
+++ configure
@@ -26093,7 +26093,7 @@
*)
ARCH="OS_${target_os}"
# Workaround for bogus system names
- ARCH=` echo ${ARCH} | ${SED} 's/^a-z0-9_//g' `
+ ARCH=` echo ${ARCH} | ${SED} 's/[^A-Za-z0-9_]//g' `
;;
esac
{ echo "$as_me:$LINENO: result: $ARCH" >&5