diff options
author | jkim <jkim@FreeBSD.org> | 2007-05-30 08:23:55 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2007-05-30 08:23:55 +0800 |
commit | 5c4950c6a94309b858f1aa07765b4f1fa9424e82 (patch) | |
tree | 43a1fc0033a19f7331d15e0ee9bca40746ccf337 /editors/openoffice.org-vcltesttool | |
parent | 082d6631397972c1a4eee0d2cb4af98e2c7a5a3b (diff) | |
download | freebsd-ports-gnome-5c4950c6a94309b858f1aa07765b4f1fa9424e82.tar.gz freebsd-ports-gnome-5c4950c6a94309b858f1aa07765b4f1fa9424e82.tar.zst freebsd-ports-gnome-5c4950c6a94309b858f1aa07765b4f1fa9424e82.zip |
Fix build breakage with WITH_CUPS knob.
Approved by: maho (maintainer)
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index eb6a57ce7964..7263abc67477 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -105,7 +105,9 @@ OOOCXX= ${CCACHE_PREFIX} ${CXX} OOOCC= ${CC} OOOCXX= ${CXX} .endif -CONFIGURE_ENV+= CC="${OOOCC}" CXX="${OOOCXX}" +CONFIGURE_ENV+= CC="${OOOCC}" CXX="${OOOCXX}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ |