diff options
author | asami <asami@FreeBSD.org> | 1998-11-10 08:03:17 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-10 08:03:17 +0800 |
commit | 59470610ec707b042576bf56b53dc29f13be620c (patch) | |
tree | 7a49c80f4a586501bcac4c86bb57365409d6621a /irc | |
parent | 714daf9b5b20c52370faac8c20c36b67b262ccb7 (diff) | |
download | freebsd-ports-gnome-59470610ec707b042576bf56b53dc29f13be620c.tar.gz freebsd-ports-gnome-59470610ec707b042576bf56b53dc29f13be620c.tar.zst freebsd-ports-gnome-59470610ec707b042576bf56b53dc29f13be620c.zip |
Mark this port broken:
===
cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE
-O -pipe -Wall -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/inclu
de/glib -c gui_channels.c
In file included from gui_channels.c:39:
intl.h:11: warning: `_' redefined
os.h:15: warning: this is the location of the previous definition
gui_channels.c: In function `sigchan_drag':
gui_channels.c:179: warning: implicit declaration of function `gtk_widget_dnd_data_set'
gui_channels.c: In function `sigchan_drop':
gui_channels.c:189: union has no member named `dropdataavailable'
gui_channels.c:185: warning: `from' might be used uninitialized in this function
gui_channels.c: In function `gui_private_add_channel_button':
gui_channels.c:219: warning: implicit declaration of function `gtk_widget_dnd_drag_set'
gui_channels.c:220: warning: implicit declaration of function `gtk_widget_dnd_drop_set'
gmake[1]: *** [gui_channels.o] Error 1
gmake[1]: Leaving directory `/usr/ports/net/yagirc/work/yagirc-0.65.7/src'
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/yagirc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/yagirc/Makefile b/irc/yagirc/Makefile index ac446f40386b..988162f19139 100644 --- a/irc/yagirc/Makefile +++ b/irc/yagirc/Makefile @@ -3,7 +3,7 @@ # Date created: 6 July 1998 # Whom: mph # -# $Id: Makefile,v 1.9 1998/09/25 09:52:28 asami Exp $ +# $Id: Makefile,v 1.10 1998/09/25 09:55:28 asami Exp $ # DISTNAME= yagirc-0.65.7 @@ -16,6 +16,8 @@ LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ Imlib.1:${PORTSDIR}/graphics/imlib \ esd.0:${PORTSDIR}/audio/esound +BROKEN= build + USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes |