1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Fix build on AMD64

This commit is contained in:
Kirill Ponomarev 2004-02-07 22:00:53 +00:00
parent d49a784492
commit ed1c6d6ceb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100295

View File

@ -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)