diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-27 20:50:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-27 20:50:44 +0000 |
commit | ffcf38ec322644548acdbee8f3c4705724a61c17 (patch) | |
tree | 6b823bafd48cbc665b9b97c91555065ddd88c027 | |
parent | 1bc6509efea117aec361bbc2982f87409ef505f1 (diff) | |
download | freebsd-ports-ffcf38ec322644548acdbee8f3c4705724a61c17.zip |
Mark BROKEN: fails to build
/usr/bin/c++ -DINSTALL_PREFIX=\"/usr/local\" -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D__WXGTK__ -I/usr/local/include -I/usr/local/include/SFML -I/usr/local/include/freetype2 -I/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/. -I/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/./External/dumb -I/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/./Application -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -isystem /usr/local/lib/wx/include/gtk3-unicode-3.0 -isystem /usr/local/include/wx-3.0 -O2 -pipe -fstack-protector -fno-strict-aliasing -std=c++11 -pthread -O2 -pipe -fstack-protector -fno-strict-aliasing -std=c++11 -Qunused-arguments -include /wrkdirs/usr/ports/games/slade/work/.build/src/cotire/slade_CXX_prefix.hxx -std=gnu++14 -MD -MT src/CMakeFiles/slade.dir/OpenGL/Drawing.o -MF src/CMakeFiles/slade.dir/OpenGL/Drawing.o.d -o src/CMakeFiles/slade.dir/OpenGL/Drawing.o -c /wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/OpenGL/Drawing.cpp
In file included from /wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/OpenGL/Drawing.cpp:47:
In file included from /usr/local/include/gtk-3.0/gtk/gtk.h:30:
In file included from /usr/local/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31:
In file included from /usr/local/include/gtk-2.0/gdk/gdkscreen.h:32:
/usr/local/include/gtk-2.0/gdk/gdktypes.h:69:36: error: typedef redefinition with different types ('struct _GdkRectangle' vs 'cairo_rectangle_int_t' (aka '_cairo_rectangle_int'))
typedef struct _GdkRectangle GdkRectangle;
^
/usr/local/include/wx-3.0/wx/gtk/dvrenderers.h:16:35: note: previous definition is here
typedef cairo_rectangle_int_t GdkRectangle;
Reported by: pkg-fallout
-rw-r--r-- | games/slade/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/slade/Makefile b/games/slade/Makefile index d2141149811a..9f8b071e4bb1 100644 --- a/games/slade/Makefile +++ b/games/slade/Makefile @@ -11,6 +11,8 @@ COMMENT= Modern editor for Doom-engine based games and source ports LICENSE= GPLv2 +BROKEN= fails to build + BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libsfml-system.so:devel/sfml \ libftgl.so:graphics/ftgl \ |