summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i109428
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i109428')
-rw-r--r--editors/openoffice-3-devel/files/patch-i10942822
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i109428 b/editors/openoffice-3-devel/files/patch-i109428
deleted file mode 100644
index 46380e3ca111..000000000000
--- a/editors/openoffice-3-devel/files/patch-i109428
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.in~ 2010-02-04 02:35:04.000000000 +0900
-+++ configure.in 2010-02-19 10:05:22.000000000 +0900
-@@ -4467,7 +4467,7 @@
- dnl ===================================================================
-
- AC_MSG_CHECKING([whether to enable graphite support])
--if test "$_os" = "WINNT" -o "$_os" = "Linux" && test "z$enable_graphite" == "z" -o "$enable_graphite" != "no" ; then
-+if test "$_os" = "WINNT" -o "$_os" = "Linux" -o "$_os" = "FreeBSD" && test "z$enable_graphite" = "z" -o "$enable_graphite" != "no" ; then
- AC_MSG_RESULT([yes])
- ENABLE_GRAPHITE="TRUE"
- AC_MSG_CHECKING([which graphite to use])
---- configure~ 2010-02-19 10:00:38.000000000 +0900
-+++ configure 2010-02-19 10:14:50.000000000 +0900
-@@ -15617,7 +15617,7 @@
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable graphite support" >&5
- $as_echo_n "checking whether to enable graphite support... " >&6; }
--if test "$_os" = "WINNT" -o "$_os" = "Linux" && test "z$enable_graphite" == "z" -o "$enable_graphite" != "no" ; then
-+if test "$_os" = "WINNT" -o "$_os" = "Linux" -o "$_os" = "FreeBSD" && test "z$enable_graphite" = "z" -o "$enable_graphite" != "no" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- $as_echo "yes" >&6; }
- ENABLE_GRAPHITE="TRUE"