diff options
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 |