diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-11 20:53:26 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-11 20:53:26 +0000 |
commit | 4574a4fb33085367cd15d16da70a3dcb9c967f4d (patch) | |
tree | 7da2da7108fb2a4f6eef547498bd73698f6fa24d /net-mgmt | |
parent | 78892e719dd4574746871692756414c964156aaf (diff) |
net-mgmt/netxms - support build on FreeBSD 7.0-CURRENT
NetXMS-0.2.18.2 source not compiling on GCC 4.2 (base
compilator on 7.0-CURRENT)
PR: ports/116252
Submitted by: Vladimir Ermakov <samflanker@gmail.com>
Notes
Notes:
svn path=/head/; revision=199341
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netxms/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile index 5d24290a3e5d..e03c2dd82d9b 100644 --- a/net-mgmt/netxms/Makefile +++ b/net-mgmt/netxms/Makefile @@ -17,9 +17,7 @@ NO_PACKAGE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CC= gcc -CXX= g++ - +USE_GCC= 3.4 USE_LDCONFIG= yes USE_OPENSSL= yes |