diff options
Diffstat (limited to 'textproc/clo++')
-rw-r--r-- | textproc/clo++/Makefile | 1 | ||||
-rw-r--r-- | textproc/clo++/files/patch-ab | 11 |
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" |