1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Fix build if rrdtool 1.2 is intalled

- mark port BROKEN if WITH_XMLDUMP defined (does not build)

Submitted by:	mich
Reported by:	Bryan Fullerton <fehwalker@gmail.com> (PR: ports/84019),
		piotrekk@excite.com
This commit is contained in:
Clement Laforet 2005-08-01 10:14:10 +00:00
parent d0eeb7246b
commit 7b59b125eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140634
2 changed files with 12 additions and 0 deletions

View File

@ -78,6 +78,7 @@ CONFIGURE_ARGS+= --enable-i18n \
.endif
.if defined(WITH_XMLDUMP)
BROKEN= Does not build with XML dump support
LIB_DEPENDS+= gdome.8:${PORTSDIR}/textproc/gdome2
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/libxml2 \
-I${LOCALBASE}/include/libxml2/libxml \

View File

@ -0,0 +1,11 @@
--- ntop.h.orig Mon Aug 1 12:07:39 2005
+++ ntop.h Mon Aug 1 12:08:13 2005
@@ -447,7 +447,7 @@
#endif
#ifndef EMBEDDED
-#include "rrd.h"
+#include "myrrd/rrd.h"
#endif
#ifdef HAVE_GETOPT_H