aboutsummaryrefslogtreecommitdiff
path: root/textproc/gmetadom
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-17 05:45:26 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-17 05:45:26 +0000
commitb5f9e1f526837a34d7b1992e58fcacd9f4637024 (patch)
tree4256d9cdf08b183dd7d75ed8520e99cd3f1f62a4 /textproc/gmetadom
parentae7a4f5ccbc7346569c368fcac49323a4932935e (diff)
downloadports-b5f9e1f526837a34d7b1992e58fcacd9f4637024.tar.gz
ports-b5f9e1f526837a34d7b1992e58fcacd9f4637024.zip
update textproc/gmetadom: fix build on 5.x
PR: 54566 Submitted by: Charlie & <yinjieh@csie.nctu.edu.tw> (maintainer)
Notes
Notes: svn path=/head/; revision=85031
Diffstat (limited to 'textproc/gmetadom')
-rw-r--r--textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in11
-rw-r--r--textproc/gmetadom/files/patch-src::gdome_cpp_smart::test::main.cc10
2 files changed, 10 insertions, 11 deletions
diff --git a/textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in b/textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in
deleted file mode 100644
index cf7042784f37..000000000000
--- a/textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gdome_cpp_smart/Makefile.in.orig Mon Jul 14 11:41:04 2003
-+++ src/gdome_cpp_smart/Makefile.in Mon Jul 14 11:41:12 2003
-@@ -110,7 +110,7 @@
- VERSION = @VERSION@
- XSLTPROC = @XSLTPROC@
-
--SUBDIRS = xsl include basic core events . test
-+SUBDIRS = xsl include basic core events .
-
- lib_LTLIBRARIES = libgmetadom_gdome_cpp_smart.la
-
diff --git a/textproc/gmetadom/files/patch-src::gdome_cpp_smart::test::main.cc b/textproc/gmetadom/files/patch-src::gdome_cpp_smart::test::main.cc
new file mode 100644
index 000000000000..96bd0210dd9b
--- /dev/null
+++ b/textproc/gmetadom/files/patch-src::gdome_cpp_smart::test::main.cc
@@ -0,0 +1,10 @@
+--- src/gdome_cpp_smart/test/main.cc.orig Thu Jul 17 11:35:05 2003
++++ src/gdome_cpp_smart/test/main.cc Thu Jul 17 11:36:16 2003
+@@ -21,6 +21,7 @@
+ * or send an email to <luca.padovani@cs.unibo.it>
+ */
+
++#include <assert.h>
+ #include <config.h>
+
+ #include <gdome.h>