diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:22:56 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:22:56 +0000 |
commit | 7b4c77811e89d7fc1131ca6e63df3e719bc86b1d (patch) | |
tree | 9695733a1620c4c290c86f161a4f1b73160ed39a /net-im/gaim/files/patch-aa | |
parent | Implement USE_GNOME, part 2. (diff) |
Implement WANT_GNOME.
Diffstat (limited to 'net-im/gaim/files/patch-aa')
-rw-r--r-- | net-im/gaim/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/gaim/files/patch-aa b/net-im/gaim/files/patch-aa new file mode 100644 index 000000000000..e01484100cf3 --- /dev/null +++ b/net-im/gaim/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.in.orig Tue Oct 3 03:12:14 2000 ++++ Makefile.in Tue Oct 3 03:13:14 2000 +@@ -156,8 +156,8 @@ + @GNOMEBITS_TRUE@bitssounddir = $(bitssysconf)/sound/events + @GNOMEBITS_TRUE@bitssound_DATA = gaim.soundlist + +-pixmapdir = $(datadir)/apps/Internet +-pixmap_DATA = gaim.desktop ++@GNOMEAPPLET_TRUE@pixmapdir = $(datadir)/apps/Internet ++@GNOMEAPPLET_TRUE@pixmap_DATA = gaim.desktop + + SUBDIRS = m4 libfaim sounds plugins pixmaps doc po intl src + ACLOCAL_AMFLAGS = -I m4 |