diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-03-01 00:51:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-03-01 00:51:31 +0000 |
commit | a74a5869eefaf00f32e109cfeb65772b93ef26ae (patch) | |
tree | b9448d95044a6c004e7002452d3b355b775f7606 /mail/gld | |
parent | 342b95eb550bbcb37f484afc2e64a3d97748c9f9 (diff) | |
download | ports-a74a5869eefaf00f32e109cfeb65772b93ef26ae.tar.gz ports-a74a5869eefaf00f32e109cfeb65772b93ef26ae.zip |
Notes
Diffstat (limited to 'mail/gld')
-rw-r--r-- | mail/gld/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile index 03893e265872..b6322195ab66 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -52,6 +52,9 @@ SUB_LIST+= PGSQL= . endif .endif +post-extract: + @${RM} -f ${WRKSRC}/config.cache + post-patch: ${REINPLACE_CMD} -e 's|\(@CC@\ \)-O2|\1${CFLAGS}|' \ ${WRKSRC}/Makefile.in |