aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-08 06:00:53 +0800
committerkrion <krion@FreeBSD.org>2004-02-08 06:00:53 +0800
commitb7280df726f7e9853760ebe6aaf5cfb38399088a (patch)
tree32c31f36b22f10a803bf47139335884ad6e773ef /science
parenta0faf6fc0a5c014c1504b541eca76d93dfccc3bb (diff)
downloadfreebsd-ports-gnome-b7280df726f7e9853760ebe6aaf5cfb38399088a.tar.gz
freebsd-ports-gnome-b7280df726f7e9853760ebe6aaf5cfb38399088a.tar.zst
freebsd-ports-gnome-b7280df726f7e9853760ebe6aaf5cfb38399088a.zip
- Fix build on AMD64
Diffstat (limited to 'science')
-rw-r--r--science/glens/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/science/glens/Makefile b/science/glens/Makefile
index 7cceece12907..1b65ff7ded7e 100644
--- a/science/glens/Makefile
+++ b/science/glens/Makefile
@@ -27,7 +27,9 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
post-patch:
- @${REINPLACE_CMD} 's|-O6||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e \
+ 's|-O6||g ; \
+ s|-malign-double||g' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)