diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-29 14:10:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-29 14:10:24 +0000 |
commit | 35044974bdbe6f8b11904712713af5ff0218b46f (patch) | |
tree | 87b2db1b26dd10306ebab920896976cd003ebd27 /science | |
parent | 4eeff01900f9bbaeb024c8675232e9032434c415 (diff) | |
download | ports-35044974bdbe6f8b11904712713af5ff0218b46f.tar.gz ports-35044974bdbe6f8b11904712713af5ff0218b46f.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/gerris/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/gerris/Makefile b/science/gerris/Makefile index d97a4bb01567..7c4a25b560c0 100644 --- a/science/gerris/Makefile +++ b/science/gerris/Makefile @@ -42,6 +42,7 @@ USE_GETOPT_LONG= yes CONFIGURE_ARGS+= --disable-mpi post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/src/Makefile.in |