diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:12:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:12:45 +0800 |
commit | 768900dddc2adb5bd0af6b3e0d59654dc71d2e9b (patch) | |
tree | b6e12b7f558af77dfbd52ab89a84489c127fc85b /x11/gnome-applets/files/patch-aa | |
parent | 2fba1a2d8eb914d118a18389a4efb30f38717605 (diff) | |
download | marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.gz marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.bz2 marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.lz marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.xz marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.zst marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.zip |
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1225 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/files/patch-aa')
-rw-r--r-- | x11/gnome-applets/files/patch-aa | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa deleted file mode 100644 index 7c9edcd6d..000000000 --- a/x11/gnome-applets/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ ---- configure.orig Sun Jun 1 13:55:59 2003 -+++ configure Mon Jun 2 02:36:19 2003 -@@ -7863,6 +7863,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+c_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -11202,6 +11203,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 -@@ -12771,14 +12773,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 |