diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-08-08 15:09:20 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-08-08 15:09:20 +0000 |
commit | fab9d5c046dac27cd8c06620c17dd65f90974b87 (patch) | |
tree | 40bf6d9138d720bc1a3605ddcfe7c7eaad004d8d /security | |
parent | 577a6350bae0e9cd531baee5d4cb57f494d6a83b (diff) | |
download | ports-fab9d5c046dac27cd8c06620c17dd65f90974b87.tar.gz ports-fab9d5c046dac27cd8c06620c17dd65f90974b87.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/md5deep/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile index bde726a0ee83..9202953d9b96 100644 --- a/security/md5deep/Makefile +++ b/security/md5deep/Makefile @@ -22,6 +22,10 @@ MAN1= md5deep.1 sha1deep.1 PLIST_FILES= bin/md5deep bin/sha1deep post-patch: - @${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!g' \ + -e 's!-Wall -O2!$(CFLAGS)!' \ + -e 's!gcc!$(CC)!' \ + -e 's!$$(CC)!$$(_CC)!' \ + -e 's!^CC!_CC!' ${WRKSRC}/Makefile .include <bsd.port.mk> |