summaryrefslogtreecommitdiff
path: root/x11/gnome-applets/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-applets/files/patch-aa')
-rw-r--r--x11/gnome-applets/files/patch-aa36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa
deleted file mode 100644
index 9178bd4ee3f8..000000000000
--- a/x11/gnome-applets/files/patch-aa
+++ /dev/null
@@ -1,36 +0,0 @@
---- 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