diff options
Diffstat (limited to 'devel/libgtop2/files')
-rw-r--r-- | devel/libgtop2/files/patch-ab | 65 | ||||
-rw-r--r-- | devel/libgtop2/files/patch-ac | 20 |
2 files changed, 85 insertions, 0 deletions
diff --git a/devel/libgtop2/files/patch-ab b/devel/libgtop2/files/patch-ab new file mode 100644 index 000000000000..1d5ab14bf9d3 --- /dev/null +++ b/devel/libgtop2/files/patch-ab @@ -0,0 +1,65 @@ +--- lib/Makefile.in.orig Sun Sep 27 22:28:31 1998 ++++ lib/Makefile.in Wed Sep 30 01:47:05 1998 +@@ -125,7 +125,7 @@ + LT_CURRENT = @LT_CURRENT@ + LT_RELEASE = @LT_RELEASE@ + LT_REVISION = @LT_REVISION@ +-LT_VERSION_INFO = @LT_VERSION_INFO@ ++LT_VERSION_INFO = --version-info 0:0:0 + MAKEINFO = @MAKEINFO@ + MKINSTALLDIRS = @MKINSTALLDIRS@ + MSGFMT = @MSGFMT@ +--- sysdeps/common/Makefile.in.orig Sun Sep 27 22:28:06 1998 ++++ sysdeps/common/Makefile.in Wed Sep 30 01:48:11 1998 +@@ -125,7 +125,7 @@ + LT_CURRENT = @LT_CURRENT@ + LT_RELEASE = @LT_RELEASE@ + LT_REVISION = @LT_REVISION@ +-LT_VERSION_INFO = @LT_VERSION_INFO@ ++LT_VERSION_INFO = --version-info 0:0:0 + MAKEINFO = @MAKEINFO@ + MKINSTALLDIRS = @MKINSTALLDIRS@ + MSGFMT = @MSGFMT@ +--- sysdeps/freebsd/Makefile.in.orig Sun Sep 27 22:28:24 1998 ++++ sysdeps/freebsd/Makefile.in Wed Sep 30 01:48:46 1998 +@@ -124,7 +124,7 @@ + LT_CURRENT = @LT_CURRENT@ + LT_RELEASE = @LT_RELEASE@ + LT_REVISION = @LT_REVISION@ +-LT_VERSION_INFO = @LT_VERSION_INFO@ ++LT_VERSION_INFO = --version-info 0:0:0 + MAKEINFO = @MAKEINFO@ + MKINSTALLDIRS = @MKINSTALLDIRS@ + MSGFMT = @MSGFMT@ +--- sysdeps/names/Makefile.in.orig Sun Sep 27 22:28:15 1998 ++++ sysdeps/names/Makefile.in Wed Sep 30 01:49:10 1998 +@@ -125,7 +125,7 @@ + LT_CURRENT = @LT_CURRENT@ + LT_RELEASE = @LT_RELEASE@ + LT_REVISION = @LT_REVISION@ +-LT_VERSION_INFO = @LT_VERSION_INFO@ ++LT_VERSION_INFO = --version-info 0:0:0 + MAKEINFO = @MAKEINFO@ + MKINSTALLDIRS = @MKINSTALLDIRS@ + MSGFMT = @MSGFMT@ +--- Makefile.in.orig Sun Sep 27 22:27:55 1998 ++++ Makefile.in Wed Sep 30 03:49:17 1998 +@@ -163,8 +163,7 @@ + @GUILE_TRUE@guile_SUBDIRS = guile + @GUILE_FALSE@guile_SUBDIRS = + +-SUBDIRS = po intl support macros include sysdeps lib src \ +- $(examples_SUBDIRS) ++SUBDIRS = po intl macros include sysdeps lib src + + DIST_SUBDIRS = po intl support macros include sysdeps src lib guile examples + +@@ -174,7 +173,7 @@ + LIBGTOP-VERSION features.def perl/Makefile.PL.in perl/perl.awk \ + perl/MANIFEST perl/Changes libgtop-config.in RELNOTES-0.25 + +-confexecdir=$(libdir) ++confexecdir=$(sysconfdir) + confexec_DATA = $(top_builddir)/libgtopConf.sh + + bin_SCRIPTS = $(top_builddir)/libgtop-config diff --git a/devel/libgtop2/files/patch-ac b/devel/libgtop2/files/patch-ac new file mode 100644 index 000000000000..b7c266f0fbc2 --- /dev/null +++ b/devel/libgtop2/files/patch-ac @@ -0,0 +1,20 @@ +--- configure.orig Sun Sep 27 21:43:04 1998 ++++ configure Wed Sep 30 01:50:52 1998 +@@ -2133,12 +2133,12 @@ + + + if test "$no_gnome_config" = "yes"; then +- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 +-echo "configure:2138: 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:2138: 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 ++ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh" ++ . $prefix/share/gnome/gnomeConf.sh + gnome_found=yes + else + echo "$ac_t""not found" 1>&6 |