diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-17 05:45:26 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-17 05:45:26 +0000 |
commit | b5f9e1f526837a34d7b1992e58fcacd9f4637024 (patch) | |
tree | 4256d9cdf08b183dd7d75ed8520e99cd3f1f62a4 /textproc/gmetadom | |
parent | ae7a4f5ccbc7346569c368fcac49323a4932935e (diff) | |
download | ports-b5f9e1f526837a34d7b1992e58fcacd9f4637024.tar.gz ports-b5f9e1f526837a34d7b1992e58fcacd9f4637024.zip |
Notes
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> |