]> git.pld-linux.org Git - packages/gnucash.git/blob - gnucash-libxml_includes_dir.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/gnucash.git] / gnucash-libxml_includes_dir.patch
1 diff -urN gnucash-1.6.5.orig/configure.in gnucash-1.6.5/configure.in
2 --- gnucash-1.6.5.orig/configure.in     Wed Mar  6 00:06:19 2002
3 +++ gnucash-1.6.5/configure.in  Wed Mar  6 00:21:17 2002
4 @@ -403,7 +403,9 @@
5  
6  ### --------------------------------------------------------------------------
7  ### Gnome XML -- GNOME_XML_LIB is define by GNOME_XML_CHECK
8 -GNOME_XML_CFLAGS=`$GNOME_CONFIG --cflags xml`
9 +#GNOME_XML_CFLAGS=`$GNOME_CONFIG --cflags xml`
10 +# This should be checked if it is done The Right Way (tm).
11 +GNOME_XML_CFLAGS="-I/usr/X11R6/include"
12  
13  AC_SUBST(GNOME_XML_CFLAGS)
14  
This page took 0.036995 seconds and 3 git commands to generate.