mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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.
This commit is contained in:
parent
23b51c3b57
commit
f434a3a62f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14444
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user