aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/clo++
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-10 14:52:51 +0800
committervanilla <vanilla@FreeBSD.org>2001-03-10 14:52:51 +0800
commit9d5b47ff8e2a0434812206d7c0f683208ffb9e0f (patch)
tree4e836df2e95c5cf2b9cd8e90524b0dd1602f5ac5 /textproc/clo++
parent2b52088b3536c2d08cf3cb03e9789a01e2783e35 (diff)
downloadfreebsd-ports-gnome-9d5b47ff8e2a0434812206d7c0f683208ffb9e0f.tar.gz
freebsd-ports-gnome-9d5b47ff8e2a0434812206d7c0f683208ffb9e0f.tar.zst
freebsd-ports-gnome-9d5b47ff8e2a0434812206d7c0f683208ffb9e0f.zip
Fix missing header problem.
Submitted by: bento.
Diffstat (limited to 'textproc/clo++')
-rw-r--r--textproc/clo++/Makefile1
-rw-r--r--textproc/clo++/files/patch-ab11
2 files changed, 1 insertions, 11 deletions
diff --git a/textproc/clo++/Makefile b/textproc/clo++/Makefile
index 382ecbb108b8..1b5dd80b51e7 100644
--- a/textproc/clo++/Makefile
+++ b/textproc/clo++/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= kevlo@FreeBSD.org
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CXXFLAGS="-I${LOCALBASE}/include"
post-install:
@${MKDIR} ${PREFIX}/share/doc/clo++
diff --git a/textproc/clo++/files/patch-ab b/textproc/clo++/files/patch-ab
deleted file mode 100644
index b85f4d3500f2..000000000000
--- a/textproc/clo++/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/XML.hh.orig Tue Jan 30 17:15:36 2001
-+++ src/XML.hh Tue Jan 30 17:15:49 2001
-@@ -40,7 +40,7 @@
- // Standard Includes
- #include <iostream>
- #include <string>
--#include <libxml/parser.h>
-+#include <libxml2/parser.h>
-
- // Local Includes
- #include "Option.hh"