summaryrefslogtreecommitdiff
path: root/devel/libgtop/files/patch-ac
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:24:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:24:24 +0000
commit1d1a424e1ce5566733304e9f71ec17b5dee8aa1f (patch)
treebc3c1101d22e55deb5237ef53fbde0f33806170a /devel/libgtop/files/patch-ac
parentAdd in PCI bridge support. It's a run-time option, too, and is required for (diff)
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes: svn path=/head/; revision=84937
Diffstat (limited to 'devel/libgtop/files/patch-ac')
-rw-r--r--devel/libgtop/files/patch-ac41
1 files changed, 0 insertions, 41 deletions
diff --git a/devel/libgtop/files/patch-ac b/devel/libgtop/files/patch-ac
deleted file mode 100644
index 6a12baf28924..000000000000
--- a/devel/libgtop/files/patch-ac
+++ /dev/null
@@ -1,41 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Tue Nov 27 00:50:58 2001
-+++ configure Fri Jul 12 15:38:19 2002
-@@ -1260,10 +1260,10 @@
-
- # The aliases save the names the user supplied, while $host etc.
- # will get canonicalized.
--test -n "$target_alias" &&
-- test "$program_prefix$program_suffix$program_transform_name" = \
-- NONENONEs,x,x, &&
-- program_prefix=${target_alias}-
-+#test -n "$target_alias" &&
-+# test "$program_prefix$program_suffix$program_transform_name" = \
-+# NONENONEs,x,x, &&
-+# program_prefix=${target_alias}-
-
- # Extract the first word of "dc", so it can be a program name with args.
- set dummy dc; ac_word=$2
-@@ -1580,9 +1580,9 @@
-
- # libtool versioning
- LT_RELEASE=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION
--LT_CURRENT=`expr $LIBGTOP_MICRO_VERSION - $LIBGTOP_INTERFACE_AGE`
--LT_REVISION=$LIBGTOP_INTERFACE_AGE
--LT_AGE=`expr $LIBGTOP_BINARY_AGE - $LIBGTOP_INTERFACE_AGE`
-+LT_CURRENT=1
-+LT_REVISION=0
-+LT_AGE=0
- LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}'
-
- if test x = y; then
-@@ -7555,6 +7555,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'