diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-09 20:26:17 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-09 20:26:17 +0800 |
commit | 0e692b20ac66df2e2d3514bfa343fbceb9684a3b (patch) | |
tree | f2d27214c290b15f69e539795dd4472e42fd572b /emulators | |
parent | 890fbee0be30747fb6083fcc86600298f70ffb74 (diff) | |
download | freebsd-ports-gnome-0e692b20ac66df2e2d3514bfa343fbceb9684a3b.tar.gz freebsd-ports-gnome-0e692b20ac66df2e2d3514bfa343fbceb9684a3b.tar.zst freebsd-ports-gnome-0e692b20ac66df2e2d3514bfa343fbceb9684a3b.zip |
Add USE_PKGCONFIG=build to fix the build.
Submitted by: olgeni@
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 50494726fefd..de5c1d03f7dd 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -21,6 +21,7 @@ BUILD_VER= 425873 WRKSRC= ${WRKDIR}/open-vm-tools-${RELEASE_VER}-${BUILD_VER} GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_PKGCONFIG= build CPPFLAGS+= -Wno-deprecated-declarations CONFIGURE_ARGS+= --without-procps --sysconfdir=${LOCALBASE}/etc |