diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-16 13:25:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-16 13:25:34 +0000 |
commit | a8aeab8b92287bcb16efa9c2921ef1b9ca606b9d (patch) | |
tree | f094283d4858e9c1cdb3d2fb4f3f160f94c02d75 /math/gnumeric2/files/patch-configure | |
parent | Update to 1.16. (diff) |
Prevent breakage when both gal1 and gal2 are installed.
Notes
Notes:
svn path=/head/; revision=66444
Diffstat (limited to '')
-rw-r--r-- | math/gnumeric2/files/patch-configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/gnumeric2/files/patch-configure b/math/gnumeric2/files/patch-configure index 86dca3320983..0556ddc28540 100644 --- a/math/gnumeric2/files/patch-configure +++ b/math/gnumeric2/files/patch-configure @@ -8,3 +8,12 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -13797,7 +13798,7 @@ + }' + fi + +-DEFS=-DHAVE_CONFIG_H ++DEFS="$DEFS -DHAVE_CONFIG_H" + + + |