diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-13 12:33:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-13 12:33:47 +0000 |
commit | 7c11e3f1821cac263941b3a35db2fe751a8c43bb (patch) | |
tree | 70f69da0bd7d51adebd2481907ada1553752ab13 /editors/abiword-devel/files/patch-configure.in-v2.13 | |
parent | Update to version 1.027 (diff) |
- Fix a breakage when at compile time there is a BSD iconv package installed;
- respect CFLAGS.
Reported by: *many*
Notes
Notes:
svn path=/head/; revision=46180
Diffstat (limited to 'editors/abiword-devel/files/patch-configure.in-v2.13')
-rw-r--r-- | editors/abiword-devel/files/patch-configure.in-v2.13 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/abiword-devel/files/patch-configure.in-v2.13 b/editors/abiword-devel/files/patch-configure.in-v2.13 new file mode 100644 index 000000000000..f13c71061dec --- /dev/null +++ b/editors/abiword-devel/files/patch-configure.in-v2.13 @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- configure.in-v2.13.orig Wed Jul 18 01:38:22 2001 ++++ configure.in-v2.13 Mon Aug 13 14:47:43 2001 +@@ -252,10 +252,10 @@ + + if test "$PLATFORM" = "unix"; then + if test "$gnome" = "true"; then +- PLATFORM_CFLAGS="$GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS" ++ PLATFORM_CFLAGS="$CFLAGS $GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS" + PLATFORM_LIBS= + else +- PLATFORM_CFLAGS="$GMODULE_CFLAGS $GTK_CFLAGS" ++ PLATFORM_CFLAGS="$CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS" + PLATFORM_LIBS= + fi + fi |