summaryrefslogtreecommitdiffstats
path: root/x11/gnome-applets/files/patch-aa
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-20 07:00:07 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-20 07:00:07 +0800
commita03df4987f97705a5fe42f88b51a1bd6ac90e0e9 (patch)
tree7d0606b50c39568747543b0dd0e30646bdbc572a /x11/gnome-applets/files/patch-aa
parent0af8a4748ae88023708176766da32651bafefce3 (diff)
downloadmarcuscom-ports-a03df4987f97705a5fe42f88b51a1bd6ac90e0e9.tar.gz
marcuscom-ports-a03df4987f97705a5fe42f88b51a1bd6ac90e0e9.tar.zst
marcuscom-ports-a03df4987f97705a5fe42f88b51a1bd6ac90e0e9.zip
Update to 2.7.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2488 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/files/patch-aa')
-rw-r--r--x11/gnome-applets/files/patch-aa36
1 files changed, 36 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..73b0823ce
--- /dev/null
+++ b/x11/gnome-applets/files/patch-aa
@@ -0,0 +1,36 @@
+--- configure.orig Sun Feb 22 19:22:49 2004
++++ configure Sun Feb 22 19:24:33 2004
+@@ -22912,6 +22912,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
+@@ -23034,7 +23035,7 @@
+
+ ;;
+ # list of supported OS cores that do not use libapm
+- *-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
++ i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
+ ;;
+ *)
+ echo "warning: ${host} is not supported by battstat_applet, not building" >&2
+@@ -24905,14 +24906,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