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

Make buildable with ghc again

PR:		ports/40890
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-07-28 05:32:46 +00:00
parent bbae32e546
commit 0660c879c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63649

View File

@ -38,6 +38,10 @@ MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1
post-patch:
@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc
.for file in Decl FillIn Process
@${REINPLACE_CMD} -e '/^import PrelBase/d' \
${WRKSRC}/src/greencard/${file}.lhs
.endfor
post-configure:
@${ECHO} "LIBDIR=${PREFIX}/lib/nhc98" \