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 | |
parent | Upgrade to iReport 1.2.2. (diff) |
Try to fix on amd64 and ia64.
Reported by: ports-amd64 via Kris
Seen with: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=160699
Diffstat (limited to 'science')
-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 |