SOURCES: vice-FHS.patch, vice-gettext.patch - updated to 1.19

gotar gotar at pld-linux.org
Fri Jan 27 16:00:39 CET 2006


Author: gotar                        Date: Fri Jan 27 15:00:38 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 1.19

---- Files affected:
SOURCES:
   vice-FHS.patch (1.2 -> 1.3) , vice-gettext.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/vice-FHS.patch
diff -u SOURCES/vice-FHS.patch:1.2 SOURCES/vice-FHS.patch:1.3
--- SOURCES/vice-FHS.patch:1.2	Sun Feb  6 16:25:07 2005
+++ SOURCES/vice-FHS.patch	Fri Jan 27 16:00:33 2006
@@ -73,16 +73,13 @@
 diff -urN vice-1.16.orig/data/fonts/Makefile.am vice-1.16/data/fonts/Makefile.am
 --- vice-1.16.orig/data/fonts/Makefile.am	2003-11-08 14:34:41.000000000 +0100
 +++ vice-1.16/data/fonts/Makefile.am	2005-02-06 12:08:27.000000000 +0100
-@@ -1,14 +1,12 @@
+@@ -1,4 +1,4 @@
 -fontsdir = $(prefix)/lib/vice/fonts
 +fontsdir = $(datadir)/fonts/misc
  
  fonts_DATA = \
--	cbm-directory-charset.fon \
  	vice-cbm.bdf
- 
--EXTRA_DIST = $(fonts_DATA)
-+EXTRA_DIST = $(fonts_DATA) cbm-directory-charset.fon
+@@ -7,7 +7,6 @@
  
  install: install-data-am
  	@echo "Preparing fontdir..." ; \

================================================================
Index: SOURCES/vice-gettext.patch
diff -u SOURCES/vice-gettext.patch:1.2 SOURCES/vice-gettext.patch:1.3
--- SOURCES/vice-gettext.patch:1.2	Sun Feb  6 11:06:24 2005
+++ SOURCES/vice-gettext.patch	Fri Jan 27 16:00:33 2006
@@ -1,8 +1,8 @@
 --- vice-1.12/configure.in.orig	2003-06-09 00:06:31.000000000 +0200
 +++ vice-1.12/configure.in	2003-07-20 22:20:49.000000000 +0200
-@@ -257,119 +257,10 @@
+@@ -272,127 +272,10 @@
  dnl Add new languages here
- ALL_LINGUAS="de fr it sv pl"
+ ALL_LINGUAS="de fr it sv pl nl"
  
 -dnl These rules are solely for the distribution goal.  While doing this
 -dnl we only have to keep exactly one list of the available catalogs
@@ -19,6 +19,14 @@
 -    [AC_CACHE_CHECK([for gettext in libc], gt_cv_func_gettext_libc,
 -      [AC_TRY_LINK([#include <libintl.h>], [return (int) gettext ("")],
 -  	 gt_cv_func_gettext_libc=yes, gt_cv_func_gettext_libc=no)])
+-
+-     AC_CACHE_CHECK([for gettext in libintl], gt_cv_func_gettext_libintl,
+-      [save_libs="$LIBS"
+-       LIBS="-lintl $LIBS"
+-       AC_TRY_LINK([#include <libintl.h>], [return (int) gettext ("")],
+-  	 INTLLIBS=-lintl gt_cv_func_gettext_libintl=yes, gt_cv_func_gettext_libintl=no)
+-       LIBS="$save_libs"])
+-
 -     if test "$gt_cv_func_gettext_libc" = "yes" \
 -  	|| test "$gt_cv_func_gettext_libintl" = "yes"; then
 -  	AC_DEFINE(HAVE_GETTEXT,,[Define if gettext if available.])
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/vice-FHS.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/vice-gettext.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list