1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- make pugs linkable with ghc 6.4

- it lacks libgmp in its ld path
    - so force it to look up ${PREFIX}/lib
This commit is contained in:
Cheng-Lung Sung 2005-03-16 03:41:31 +00:00
parent 90da770395
commit 72f40f9ccf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131367

View File

@ -31,6 +31,10 @@ post-configure:
-e '/^INSTALLARCHLIB/s,${PREFIX}/lib,${PREFIX}/lib/perl6/mach,' \
${WRKSRC}/Makefile
post-patch:
@${REINPLACE_CMD} -e '/-isrc$$/s,-isrc,-isrc -L${PREFIX}/lib,' \
${WRKSRC}/Makefile.PL
.if !defined(NOPORTDOCS)
EXDIR= ${WRKSRC}/examples
post-install: