aboutsummaryrefslogtreecommitdiffstats
path: root/science/elmer-hutiter/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-04-29 06:36:48 +0800
committerthierry <thierry@FreeBSD.org>2006-04-29 06:36:48 +0800
commit3a754d071fb508489e797d1a7a4bc14607fed49b (patch)
tree2ba2595e5b62678ad74769fa1b497836b53d1396 /science/elmer-hutiter/Makefile
parentf9c9f58df38033a580726804769f4a5ea780d642 (diff)
downloadfreebsd-ports-gnome-3a754d071fb508489e797d1a7a4bc14607fed49b.tar.gz
freebsd-ports-gnome-3a754d071fb508489e797d1a7a4bc14607fed49b.tar.zst
freebsd-ports-gnome-3a754d071fb508489e797d1a7a4bc14607fed49b.zip
Try to fix on amd64 and ia64.
Reported by: ports-amd64 via Kris Seen with: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
Diffstat (limited to 'science/elmer-hutiter/Makefile')
-rw-r--r--science/elmer-hutiter/Makefile3
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