diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:43:44 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:43:44 +0000 |
commit | 68dd7b16f342cc9f38ab6ec4aa42d6bd7e759aae (patch) | |
tree | e285328544d5c5f96c6d7295f48818b73510b950 /print/ggv2/files | |
parent | Update to version 0.4.2 and use new gnome ports. (diff) |
Update to version 0.30 and use new gnome ports.
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=19105
Diffstat (limited to 'print/ggv2/files')
-rw-r--r-- | print/ggv2/files/patch-aa | 42 |
1 files changed, 15 insertions, 27 deletions
diff --git a/print/ggv2/files/patch-aa b/print/ggv2/files/patch-aa index f844d3ed82d6..3e3c19626d28 100644 --- a/print/ggv2/files/patch-aa +++ b/print/ggv2/files/patch-aa @@ -1,25 +1,15 @@ ---- configure.orig Wed Dec 16 23:06:18 1998 -+++ configure Tue Jan 26 14:13:02 1999 -@@ -1076,13 +1076,13 @@ - fi - - if test "$no_gnome_config" = "yes"; then -- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 --echo "configure:1081: checking for gnomeConf.sh file in $gnome_prefix" >&5 -- if test -f $gnome_prefix/gnomeConf.sh; then -+ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6 -+echo "configure:1081: checking for gnomeConf.sh file in $prefix/share/gnome" >&5 -+ if test -f $prefix/share/gnome/gnomeConf.sh; then - echo "$ac_t""found" 1>&6 - echo "loading gnome configuration from" \ -- "$gnome_prefix/gnomeConf.sh" -- . $gnome_prefix/gnomeConf.sh -+ "$prefix/share/gnome/gnomeConf.sh" -+ . $prefix/share/gnome/gnomeConf.sh - - else - echo "$ac_t""not found" 1>&6 -@@ -4024,15 +4024,15 @@ +--- configure.orig Sat Apr 17 04:25:20 1999 ++++ configure Sat May 22 21:58:31 1999 +@@ -2083,7 +2083,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- PTHREAD_LIB="-lc_r" ++ PTHREAD_LIB="" + else + echo "$ac_t""no" 1>&6 + echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 +@@ -4165,15 +4165,15 @@ fi @@ -29,13 +19,11 @@ INSTOBJEXT=.mo DATADIRNAME=share - INTLDEPS='$(top_builddir)/intl/libintl.a' -- INTLLIBS=$INTLDEPS -- LIBS=`echo $LIBS | sed -e 's/-lintl//'` ++ INTLDEPS='-lintl' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` - nls_cv_header_intl=intl/libintl.h - nls_cv_header_libgt=intl/libgettext.h -+# INTLDEPS='$(top_builddir)/intl/libintl.a' -+# INTLLIBS=$INTLDEPS -+# LIBS=`echo $LIBS | sed -e 's/-lintl//'` +# nls_cv_header_intl=intl/libintl.h +# nls_cv_header_libgt=intl/libgettext.h fi |