diff options
Diffstat (limited to 'news/pan2/files')
-rw-r--r-- | news/pan2/files/patch-Makefile | 11 | ||||
-rw-r--r-- | news/pan2/files/patch-configure | 40 | ||||
-rw-r--r-- | news/pan2/files/patch-po::Makefile.in.in | 15 |
3 files changed, 51 insertions, 15 deletions
diff --git a/news/pan2/files/patch-Makefile b/news/pan2/files/patch-Makefile new file mode 100644 index 000000000000..b2ac9e43e33a --- /dev/null +++ b/news/pan2/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Aug 19 14:13:49 2002 ++++ Makefile.in Mon Aug 19 14:13:55 2002 +@@ -123,7 +123,7 @@ + am__include = @am__include@ + am__quote = @am__quote@ + install_sh = @install_sh@ +-SUBDIRS = po gmime pan docs tests ++SUBDIRS = po gmime pan docs + + DESKTOP_IN_FILES = pan.desktop.in + DESKTOP_FILES = $(DESKTOP_IN_FILES:.desktop.in=.desktop) diff --git a/news/pan2/files/patch-configure b/news/pan2/files/patch-configure new file mode 100644 index 000000000000..e343bf783b69 --- /dev/null +++ b/news/pan2/files/patch-configure @@ -0,0 +1,40 @@ +--- configure.orig Mon Aug 19 13:56:03 2002 ++++ configure Mon Aug 19 13:56:59 2002 +@@ -6915,23 +6915,23 @@ + else + PKG_CONFIG_MIN_VERSION=0.9.0 + if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then +- echo "$as_me:$LINENO: checking for gtkspell-2.0 = 2.0.0" >&5 +-echo $ECHO_N "checking for gtkspell-2.0 = 2.0.0... $ECHO_C" >&6 ++ echo "$as_me:$LINENO: checking for gtkspell-2.0 >= 2.0.0" >&5 ++echo $ECHO_N "checking for gtkspell-2.0 >= 2.0.0... $ECHO_C" >&6 + +- if $PKG_CONFIG --exists "gtkspell-2.0 = 2.0.0" ; then ++ if $PKG_CONFIG --exists "gtkspell-2.0 >= 2.0.0" ; then + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + succeeded=yes + + echo "$as_me:$LINENO: checking GTKSPELL_CFLAGS" >&5 + echo $ECHO_N "checking GTKSPELL_CFLAGS... $ECHO_C" >&6 +- GTKSPELL_CFLAGS=`$PKG_CONFIG --cflags "gtkspell-2.0 = 2.0.0"` ++ GTKSPELL_CFLAGS=`$PKG_CONFIG --cflags "gtkspell-2.0 >= 2.0.0"` + echo "$as_me:$LINENO: result: $GTKSPELL_CFLAGS" >&5 + echo "${ECHO_T}$GTKSPELL_CFLAGS" >&6 + + echo "$as_me:$LINENO: checking GTKSPELL_LIBS" >&5 + echo $ECHO_N "checking GTKSPELL_LIBS... $ECHO_C" >&6 +- GTKSPELL_LIBS=`$PKG_CONFIG --libs "gtkspell-2.0 = 2.0.0"` ++ GTKSPELL_LIBS=`$PKG_CONFIG --libs "gtkspell-2.0 >= 2.0.0"` + echo "$as_me:$LINENO: result: $GTKSPELL_LIBS" >&5 + echo "${ECHO_T}$GTKSPELL_LIBS" >&6 + else +@@ -6939,7 +6939,7 @@ + GTKSPELL_LIBS="" + ## If we have a custom action on failure, don't print errors, but + ## do set a variable so people can do so. +- GTKSPELL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtkspell-2.0 = 2.0.0"` ++ GTKSPELL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtkspell-2.0 >= 2.0.0"` + + fi + diff --git a/news/pan2/files/patch-po::Makefile.in.in b/news/pan2/files/patch-po::Makefile.in.in deleted file mode 100644 index c5ef826d4b70..000000000000 --- a/news/pan2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/07/17 16:16:17 1.1 -+++ po/Makefile.in.in 2002/07/17 16:18:01 -@@ -60,6 +60,9 @@ - .SUFFIXES: - .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat - -+zh_CN.mo: zh_CN.po -+ OLD_PO_FILE_INPUT=1 msgfmt -o $@ $< -+ - .c.o: - $(COMPILE) $< - |