diff options
author | asami <asami@FreeBSD.org> | 1998-11-10 08:59:10 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-10 08:59:10 +0000 |
commit | afd264e9d4a9332ac0e9a49c9e39f4987429871b (patch) | |
tree | e6799da7d872f41befb0273e0133c23c69997176 /x11 | |
parent | 5c9bc6ad4c9cb71a13203029fce770476499480b (diff) | |
download | FreeBSD-ports-afd264e9d4a9332ac0e9a49c9e39f4987429871b.zip FreeBSD-ports-afd264e9d4a9332ac0e9a49c9e39f4987429871b.tar.gz |
Mark this port broken:
===
cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I../intl -I../intl -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk11 -I/usr/local/include/glib -O -pipe -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -O -pipe -I/usr/X11R6/include -Wall -c property-background.c
property-background.c: In function `background_read':
property-background.c:874: warning: unused variable `bgColor'
property-background.c: At top level:
property-background.c:925: parse error before `GdkEventDropDataAvailable'
property-background.c: In function `image_dnd_drop':
property-background.c:928: `event' undeclared (first use this function)
property-background.c:928: (Each undeclared identifier is reported only once
property-background.c:928: for each function it appears in.)
property-background.c: In function `connect_dnd':
property-background.c:945: warning: implicit declaration of function `gtk_widget_dnd_drop_set'
property-background.c: At top level:
property-background.c:24: warning: `preview' defined but not used
*** Error code 1
Stop.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomecore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 3cb78c3..f7f0932 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -3,7 +3,7 @@ # Date created: 17 March 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.4 1998/10/01 22:28:32 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/10/23 14:36:24 vanilla Exp $ # DISTNAME= gnome-core-0.30 @@ -17,6 +17,8 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \ gtop.0:${PORTSDIR}/devel/libgtop +BROKEN= build + USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ |