diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-10 00:03:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-10 00:03:17 +0000 |
commit | 82d8a7469c2b7e37ae93bf22522aae1d4a6af52d (patch) | |
tree | 989f0d0f0449330f16e3eb98696cd19d874cc4a8 | |
parent | Change PKGNAME to ircii-epic-2.8.2.3.004 so as not to confuse (diff) |
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.
Notes
Notes:
svn path=/head/; revision=14432
-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 |