diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 22:23:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 22:23:39 +0000 |
commit | 26df6b01794e9dd31889d937304ef9aba7800faf (patch) | |
tree | dd2819f42916d95a281764ba76ccd2bd61f59eee /x11-toolkits/guile-gtk | |
parent | e6733a5775e2866efc12ec108f9fd8f81e837b75 (diff) | |
download | ports-26df6b01794e9dd31889d937304ef9aba7800faf.tar.gz ports-26df6b01794e9dd31889d937304ef9aba7800faf.zip |
Notes
Diffstat (limited to 'x11-toolkits/guile-gtk')
-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> |