diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-13 21:42:04 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-13 21:42:04 +0000 |
commit | 9acd4d3a48450b00f23eab50a0cb0ff8578eb328 (patch) | |
tree | 3e1bc2a123153ca29308551b9e0c1379dcba202f /editors/openoffice-1.1/Makefile | |
parent | 3ab81d5b417c853583ffd911746fbba109331d16 (diff) | |
download | FreeBSD-ports-9acd4d3a48450b00f23eab50a0cb0ff8578eb328.zip FreeBSD-ports-9acd4d3a48450b00f23eab50a0cb0ff8578eb328.tar.gz |
Add CC and CFLAGS to gmake environment
Diffstat (limited to 'editors/openoffice-1.1/Makefile')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 5556075..e32897f 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -51,6 +51,8 @@ CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ CC=gcc295 \ CXX=g++295 +MAKE_ENV= CC=${CC} CFLAGS=${CFLAGS} + .include <bsd.port.pre.mk> pre-fetch: |