diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-16 05:56:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-16 05:56:17 +0800 |
commit | 2ea2b8a979ea3a70b6beeaff49db4f253f536470 (patch) | |
tree | 4207f0026a5e0cd44599e9b568ea8673cce9d90e /x11/gnome-applets/files/patch-aa | |
parent | 09cf5807a696b46eb0dd192b755b5c34234ed338 (diff) | |
download | marcuscom-ports-2ea2b8a979ea3a70b6beeaff49db4f253f536470.tar.gz marcuscom-ports-2ea2b8a979ea3a70b6beeaff49db4f253f536470.tar.zst marcuscom-ports-2ea2b8a979ea3a70b6beeaff49db4f253f536470.zip |
Update to 2.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1335 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/files/patch-aa')
-rw-r--r-- | x11/gnome-applets/files/patch-aa | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa new file mode 100644 index 000000000..6638e387e --- /dev/null +++ b/x11/gnome-applets/files/patch-aa @@ -0,0 +1,44 @@ +--- 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 |