diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-05 22:13:45 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-05 22:13:45 +0800 |
commit | 77bb3692b5c23184b7a5302f61034ee390e5ec41 (patch) | |
tree | f27120089ec5df89ef257bb37cae6e1fa611f233 /net/gaim/files | |
parent | ce281363dc698c513a8a86dc8e702196577bad4c (diff) | |
download | freebsd-ports-gnome-77bb3692b5c23184b7a5302f61034ee390e5ec41.tar.gz freebsd-ports-gnome-77bb3692b5c23184b7a5302f61034ee390e5ec41.tar.zst freebsd-ports-gnome-77bb3692b5c23184b7a5302f61034ee390e5ec41.zip |
Update to 0.8.0
PR: ports/11495
Submitted by: cpiazza@home.net
Diffstat (limited to 'net/gaim/files')
-rw-r--r-- | net/gaim/files/patch-aa | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/net/gaim/files/patch-aa b/net/gaim/files/patch-aa deleted file mode 100644 index c6c6238e6d9a..000000000000 --- a/net/gaim/files/patch-aa +++ /dev/null @@ -1,53 +0,0 @@ ---- 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 |