diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-28 22:36:48 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-28 22:36:48 +0000 |
commit | 1e624865a710d3f6331173b279068e021d9d8a60 (patch) | |
tree | d71fd469e1f90a7173e6b2539b5288e044a32c98 /science/elmer-hutiter | |
parent | 4d6ac7dbb640f5d41605f8d846a47f6e9c32fb4a (diff) | |
download | ports-1e624865a710d3f6331173b279068e021d9d8a60.tar.gz ports-1e624865a710d3f6331173b279068e021d9d8a60.zip |
Notes
Diffstat (limited to 'science/elmer-hutiter')
-rw-r--r-- | science/elmer-hutiter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/elmer-hutiter/Makefile b/science/elmer-hutiter/Makefile index ed0db13a07ff..77acb46e84f2 100644 --- a/science/elmer-hutiter/Makefile +++ b/science/elmer-hutiter/Makefile @@ -35,8 +35,9 @@ PLIST_FILES= include/huti_defs.h include/huti_fdefs.h lib/libhuti.a .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC FFLAGS+= -fPIC + post-configure: - @${REINPLACE_CMD} -e 's+-O +-O -fPIC+g;' ${WRKSRC}/src/Makefile + @${REINPLACE_CMD} -e 's+-O +-O -fPIC +g;' ${WRKSRC}/src/Makefile .endif |