diff options
author | asami <asami@FreeBSD.org> | 1998-11-10 13:38:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-10 13:38:34 +0800 |
commit | 844805351e4c580686eea5c411e8e892ebacd2e5 (patch) | |
tree | dccccf574d66cf0c40b7886ac8caa047a22d4920 | |
parent | 151c032aad0340472dca16ab47577128edef9bba (diff) | |
download | freebsd-ports-gnome-844805351e4c580686eea5c411e8e892ebacd2e5.tar.gz freebsd-ports-gnome-844805351e4c580686eea5c411e8e892ebacd2e5.tar.zst freebsd-ports-gnome-844805351e4c580686eea5c411e8e892ebacd2e5.zip |
Mark this port broken, looks like another casualty of the gtk11 upgrade.
===
cc -c -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -I/usr/local/include -O -pipe -DVERSION=\"0.4\" -DXS_VERSION=\"0.4\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE GtkDefs.c
GtkDefs.c: In function `Gtk_InstallTypedefs':
GtkDefs.c:2559: `GDK_OTHER_EVENT' undeclared (first use this function)
GtkDefs.c:2559: (Each undeclared identifier is reported only once
GtkDefs.c:2559: for each function it appears in.)
GtkDefs.c:2712: `PIXELS_METRIC' undeclared (first use this function)
GtkDefs.c:2713: `POINTS_METRIC' undeclared (first use this function)
*** Error code 1
Stop.
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index ea8c848b4aa4..f0d11719610d 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Oct 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.17 1998/10/09 15:59:16 vanilla Exp $ +# $Id: Makefile,v 1.18 1998/10/19 15:40:18 vanilla Exp $ # DISTNAME= Gtk-0.4 @@ -18,6 +18,8 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ gdk_imlib.1:${PORTSDIR}/graphics/imlib +BROKEN= build + USE_PERL5= YES MAN3= GtkColorSelectButton.3 |