diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-17 13:45:26 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-17 13:45:26 +0800 |
commit | 2541f7b906d7e437a5bfcfb78f1ec25ae552affa (patch) | |
tree | 02db3b89e932f1b3641035c79f3e90b54df86246 /textproc/gmetadom | |
parent | cdc4c6d7e347bd4aaae7d53e94743623b235a59c (diff) | |
download | freebsd-ports-gnome-2541f7b906d7e437a5bfcfb78f1ec25ae552affa.tar.gz freebsd-ports-gnome-2541f7b906d7e437a5bfcfb78f1ec25ae552affa.tar.zst freebsd-ports-gnome-2541f7b906d7e437a5bfcfb78f1ec25ae552affa.zip |
update textproc/gmetadom: fix build on 5.x
PR: 54566
Submitted by: Charlie & <yinjieh@csie.nctu.edu.tw> (maintainer)
Diffstat (limited to 'textproc/gmetadom')
-rw-r--r-- | textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in | 11 | ||||
-rw-r--r-- | textproc/gmetadom/files/patch-src::gdome_cpp_smart::test::main.cc | 10 |
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> |