update textproc/gmetadom: fix build on 5.x

PR:		54566
Submitted by:	Charlie & <yinjieh@csie.nctu.edu.tw> (maintainer)
This commit is contained in:
Daichi GOTO 2003-07-17 05:45:26 +00:00
parent ae7a4f5ccb
commit b5f9e1f526
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85031
2 changed files with 10 additions and 11 deletions

View file

@ -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

View file

@ -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>