diff options
author | db <db@FreeBSD.org> | 2009-08-26 04:50:53 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2009-08-26 04:50:53 +0800 |
commit | 7283e64af8f00df9c5f955fc14c5f85b72f761ae (patch) | |
tree | cdbe77cbce80193d5c483cf07b3681563c3092a0 /math | |
parent | 520597c069bfcfb64412f3d13705af18eb21f2cf (diff) | |
download | freebsd-ports-gnome-7283e64af8f00df9c5f955fc14c5f85b72f761ae.tar.gz freebsd-ports-gnome-7283e64af8f00df9c5f955fc14c5f85b72f761ae.tar.zst freebsd-ports-gnome-7283e64af8f00df9c5f955fc14c5f85b72f761ae.zip |
- Oops checked in the wrong Makefile
Approved by: ahze
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index a351caf02851..bd26b6d30a4d 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -114,9 +114,9 @@ post-patch: .endif post-configure: - @{ECHO_CMD} "#define F77_FUNC(name,NAME) name ## _" >>${WRKSRC}/config.h - @{ECHO_CMD} "#define F77_FUNC_(name,NAME) name ## _" >>${WRKSRC}/config.h - @{ECHO_CMD} "#define F77_FUNC_EQUIV 1" >>${WRKSRC}/config.h + @echo "#define F77_FUNC(name,NAME) name ## _" >>${WRKSRC}/config.h + @echo "#define F77_FUNC_(name,NAME) name ## _" >>${WRKSRC}/config.h + @echo "#define F77_FUNC_EQUIV 1" >>${WRKSRC}/config.h .if defined(FFTW3_FLAVOR) && ${FFTW3_FLAVOR}!="default" post-install: |