diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-05 20:56:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-05 20:56:12 +0000 |
commit | c330c809454af21cd334c94bf06a0890e265408c (patch) | |
tree | dae260a2b347b42aa04394187be50820d9dee6b2 /sysutils/gnome-control-center1/files/patch-configure | |
parent | Upgrade to 2.0.1. (diff) |
Fix a problem with MIME types and file type icon support.
Prompted by: Franz Klammer <klammer@webonaut.com>
Diffstat (limited to 'sysutils/gnome-control-center1/files/patch-configure')
-rw-r--r-- | sysutils/gnome-control-center1/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center1/files/patch-configure b/sysutils/gnome-control-center1/files/patch-configure new file mode 100644 index 000000000000..53566354e4ac --- /dev/null +++ b/sysutils/gnome-control-center1/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sun May 5 16:29:53 2002 ++++ configure Sun May 5 16:30:05 2002 +@@ -9161,7 +9161,7 @@ + + + cat >> confdefs.h <<EOF +-#define GNOME_ICONDIR "${prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${datadir}/pixmaps" + EOF + + |