diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-31 03:47:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-31 03:47:04 +0800 |
commit | e701e16b33f008af5d7990c6f2a7cd56eed79dd5 (patch) | |
tree | 37a7676c3583798a72d79f8747fb99052f86fda2 /german/dtaus | |
parent | 78e3d765a94b81eb192393bcc32e11e3770f388c (diff) | |
download | freebsd-ports-gnome-e701e16b33f008af5d7990c6f2a7cd56eed79dd5.tar.gz freebsd-ports-gnome-e701e16b33f008af5d7990c6f2a7cd56eed79dd5.tar.zst freebsd-ports-gnome-e701e16b33f008af5d7990c6f2a7cd56eed79dd5.zip |
- honor CC, CFLAGS
Diffstat (limited to 'german/dtaus')
-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/ |