1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Actually, this is only necessary on 32-bit systems. This is probably also

not the most graceful way to accomplish this.
This commit is contained in:
Adam Weinberger 2014-07-31 00:12:48 +00:00
parent cb93a3cf92
commit 0f280153df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363528

View File

@ -13,9 +13,14 @@ COMMENT= Command Line Progress Bar
WRKSRC= ${WRKDIR}/bar-${PORTVERSION}
GNU_CONFIGURE= yes
MAKE_ARGS+= CFLAGS+="${CFLAGS}"
CONFIGURE_ARGS= --disable-use-m64
PLIST_FILES= bin/bar \
man/man1/bar.1.gz
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if empty(ARCH:M*64)
CONFIGURE_ARGS= --disable-use-m64
.endif
.include <bsd.port.post.mk>