aboutsummaryrefslogtreecommitdiff
path: root/net/gaim/files
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-19 00:15:51 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-19 00:15:51 +0000
commit11a39ceff03ee1dc76e713e101bf2288a2e22b1c (patch)
tree69052b1cd13bf1c580bf96844e4e21c5b1e22f11 /net/gaim/files
parente44dfbde7e4c64091af52e9bbe9021c6b60c2343 (diff)
Notes
Diffstat (limited to 'net/gaim/files')
-rw-r--r--net/gaim/files/patch-aa53
1 files changed, 53 insertions, 0 deletions
diff --git a/net/gaim/files/patch-aa b/net/gaim/files/patch-aa
new file mode 100644
index 000000000000..c6c6238e6d9a
--- /dev/null
+++ b/net/gaim/files/patch-aa
@@ -0,0 +1,53 @@
+--- Makefile.orig Sun Feb 21 15:36:06 1999
++++ Makefile Sun Apr 18 17:00:54 1999
+@@ -5,7 +5,7 @@
+ # USE_XMHTML=1
+ #
+ # Uncomment USE_THEMES for gtk-themes _OR_ USE_APPLET to build as a gnome-applet
+-# USE_THEMES=1
++USE_THEMES=1
+ # USE_APPLET=1
+ #
+ # Uncomment USE_GHTTP for GHTTP stuff. Its not finished yet, but a very,
+@@ -18,34 +18,26 @@
+ ifdef DEBUG
+ CFLAGS+=-d -g
+ endif
+-CFLAGS+=-Wall -g
++CFLAGS+=-Wall
+ ifdef USE_GHTTP
+ CFLAGS+=-DUSE_GHTTP
+ LIBS+=-lghttp
+ endif
+-ifdef USE_APPLET
+- CFLAGS+=`gnome-config --cflags gnome gnomeui gtk gnorba` -DUSE_APPLET
+- LIBS+=`gnome-config --libs gnome gnomeui gtk gnorba` -lpanel_applet
+-else
+- ifdef USE_THEMES
+- CFLAGS+=`gnome-config --cflags gnome gnomeui gtk` -DUSE_THEMES
+- LIBS+=`gnome-config --libs gnome gnomeui gtk`
+- else
+- CFLAGS+=`gtk-config --cflags`
+- LIBS+=`gtk-config --libs`
+- endif
++ifdef USE_THEMES
++ CFLAGS+=`gtk12-config --cflags`
++ LIBS+=`gtk12-config --libs`
+ endif
+ ifdef USE_XMHTML
+ CFLAGS+=-DUSE_XMHTML
+ LIBS+=-lgtkxmhtml -ljpeg -lXpm -lpng -lz
+ endif
+-CC=gcc
++CC?=gcc
+ AU2H=./au2h
+ SOUNDS=BuddyArrive.h BuddyLeave.h Receive.h Send.h
+ OBJS=aim.o buddy.o toc.o im.o conversation.o buddy_chat.o html.o prefs.o sound.o about.o
+
+-aim: $(OBJS)
+- $(CC) -o aim $(CFLAGS) $(OBJS) $(LIBS)
++gaim: $(OBJS)
++ $(CC) -o gaim $(CFLAGS) $(OBJS) $(LIBS)
+
+ BuddyArrive.h: au2h BuddyArrive.au
+ $(AU2H) BuddyArrive.au BuddyArrive.h