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

Apparently a fix had already been committed after the last pointyhat runs.

Adding to the pointy hat collection:	linimon
This commit is contained in:
Mark Linimon 2007-09-29 14:46:14 +00:00
parent 2cd6eb55db
commit 0b8b6e957d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200351

View File

@ -55,8 +55,6 @@ OPT= -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \
.if ${ARCH} == "i386"
OPT+= -DINLINE32
.else
BROKEN= does not install on 64-bit architectures
.endif
MAKE_ENV+= opt="${OPT}" target=${OPSYS} CXFLAGS="${CXXFLAGS}"