summaryrefslogtreecommitdiff
path: root/x11/gnome-applets/files/patch-aa
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 22:44:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 22:44:06 +0000
commit73562930e453c898f604e5c5fe28819896267853 (patch)
tree19c8e65bb3d5fc5f58ecf91ce7aec3fcd5e5973a /x11/gnome-applets/files/patch-aa
parentAdd gnomemedia2 after repo copy from gnomemedia. This is a port of the (diff)
Add gnomeapplets2 after a repo copy from gnomeapplets. These are the various
applet tools for the GNOME 2.0 Desktop.
Diffstat (limited to 'x11/gnome-applets/files/patch-aa')
-rw-r--r--x11/gnome-applets/files/patch-aa40
1 files changed, 35 insertions, 5 deletions
diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa
index d2be8f42b3f5..9178bd4ee3f8 100644
--- a/x11/gnome-applets/files/patch-aa
+++ b/x11/gnome-applets/files/patch-aa
@@ -1,6 +1,36 @@
---- configure.orig Thu Mar 15 11:59:13 2001
-+++ configure Mon Mar 19 10:00:53 2001
-@@ -3503,2 +3503,3 @@
- *solaris*) CDROM_HOST=solaris;;
-+*freebsd*) CDROM_HOST=freebsd;;
+--- configure.orig Tue Apr 16 19:23:54 2002
++++ configure Tue Apr 30 13:58:18 2002
+@@ -6968,6 +6968,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'
+@@ -10825,6 +10826,7 @@
+ *irix*) CDROM_HOST=irix; CDROM_LIBS="-lcdaudio -lmediad -lds";cd_device_path="/dev/cdrom";;
+ *linux*) CDROM_HOST=linux;cd_device_path="/dev/cdrom";;
+ *netbsd*) CDROM_HOST=netbsd;cd_device_path="/dev/rcd0";;
++*freebsd*) CDROM_HOST=freebsd;cd_device_path="dev/acd0c";;
+ *solaris*) CDROM_HOST=solaris;cd_device_path="/vol/dev/aliases/cdrom0";;
esac
+ case "$host" in
+@@ -10870,6 +10872,17 @@
+ HAVE_LIBAPM_FALSE=
+ fi
+
++ ;;
++ *-*-freebsd*)
++ HAVE_LIBAPM=no
++
++if test "x$HAVE_LIBAPM" = "xyes"; then
++ HAVE_LIBAPM_TRUE=
++ HAVE_LIBAPM_FALSE='#'
++else
++ HAVE_LIBAPM_TRUE='#'
++ HAVE_LIBAPM_FALSE=
++fi
+ ;;
+ *-*-linux*)
+ echo "$as_me:10875: checking for apm_read in -lapm" >&5