diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-10 02:10:42 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-10 02:10:42 +0800 |
commit | 984b36422a0bd5623add85abd6fdeb96df74f234 (patch) | |
tree | e01051148c31936cfcd3485f6de1fe777209de9f /net/rfbproxy | |
parent | 329fbe5f1d0debe199890e3c0bf9244f4f9584f8 (diff) | |
download | freebsd-ports-gnome-984b36422a0bd5623add85abd6fdeb96df74f234.tar.gz freebsd-ports-gnome-984b36422a0bd5623add85abd6fdeb96df74f234.tar.zst freebsd-ports-gnome-984b36422a0bd5623add85abd6fdeb96df74f234.zip |
properly handles CPPFLAGS
PR: 43683
Submitted by: Ports Fury
Diffstat (limited to 'net/rfbproxy')
-rw-r--r-- | net/rfbproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rfbproxy/Makefile b/net/rfbproxy/Makefile index 4e620c40699f..a110882d5886 100644 --- a/net/rfbproxy/Makefile +++ b/net/rfbproxy/Makefile @@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" MAN1= rfbproxy.1 |