diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-30 19:47:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-30 19:47:04 +0000 |
commit | e07b0852e1799302ed40d93ce7af2629b2995294 (patch) | |
tree | 37a7676c3583798a72d79f8747fb99052f86fda2 /german | |
parent | 345e93058711af8eccd5132e4ab94c8969c8934e (diff) |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/dtaus/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/german/dtaus/Makefile b/german/dtaus/Makefile index 4032b23b4c69..21bd630d84a3 100644 --- a/german/dtaus/Makefile +++ b/german/dtaus/Makefile @@ -20,8 +20,11 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.options.mk> do-configure: - ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \ + ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \ ${WRKSRC}/bigint.c ${WRKSRC}/dtaus.c + ${REINPLACE_CMD} -e 's|^CC =|CC?=|' \ + -e 's|^CFLAGS =|CFLAGS+=|' \ + ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dtaus ${STAGEDIR}${PREFIX}/bin/ |