diff options
author | kris <kris@FreeBSD.org> | 2000-04-30 06:23:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-30 06:23:39 +0800 |
commit | 78d280761c20624a871fb5033c7566582ff91f82 (patch) | |
tree | 692c890cbb53dfde98b42573a5ae5953959c81a1 | |
parent | 70b5bac0f4454bd978b69fb38c5bbe6deb44c8ce (diff) | |
download | freebsd-ports-gnome-78d280761c20624a871fb5033c7566582ff91f82.tar.gz freebsd-ports-gnome-78d280761c20624a871fb5033c7566582ff91f82.tar.zst freebsd-ports-gnome-78d280761c20624a871fb5033c7566582ff91f82.zip |
Mark BROKEN: guile-gtk.h:235: conflicting types for `gdk_color_copy'
Noticed by: bento
-rw-r--r-- | x11-toolkits/guile-gtk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile index a7d60d037c2e..39d5b173061a 100644 --- a/x11-toolkits/guile-gtk/Makefile +++ b/x11-toolkits/guile-gtk/Makefile @@ -25,4 +25,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" +BROKEN= "Build dies with \"guile-gtk.h:235: conflicting types for \`gdk_color_copy'\"" + .include <bsd.port.mk> |