diff options
Diffstat (limited to 'x11/gnomeapplets2/files/patch-aa')
-rw-r--r-- | x11/gnomeapplets2/files/patch-aa | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/x11/gnomeapplets2/files/patch-aa b/x11/gnomeapplets2/files/patch-aa deleted file mode 100644 index 6638e387e..000000000 --- a/x11/gnomeapplets2/files/patch-aa +++ /dev/null @@ -1,44 +0,0 @@ ---- configure.orig Mon Sep 8 20:00:28 2003 -+++ configure Wed Sep 24 23:29:28 2003 -@@ -8250,6 +8250,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' -@@ -11792,6 +11793,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";cdplayer_type_sun=true;; - esac - case "$host" in -@@ -11856,7 +11858,7 @@ - - ;; - # list of supported OS cores -- *-*-linux*|*-*-freebsd*|*-*-openbsd*) -+ *-*-linux*|i386-*-freebsd*|*-*-openbsd*) - echo "$as_me:$LINENO: checking for apm_read in -lapm" >&5 - echo $ECHO_N "checking for apm_read in -lapm... $ECHO_C" >&6 - if test "${ac_cv_lib_apm_apm_read+set}" = set; then -@@ -13646,14 +13648,14 @@ - ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" - - cat >>confdefs.h <<_ACEOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${datadir}/pixmaps" - _ACEOF - - - #defined the below to enable help to work for applets - - cat >>confdefs.h <<_ACEOF --#define DATADIR "${prefix}/share" -+#define DATADIR "${datadir}" - _ACEOF - - cat >>confdefs.h <<_ACEOF |