Index: Makefile =================================================================== --- Makefile (revision 446593) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= drgeo PORTVERSION= 1.1.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= math MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} @@ -17,7 +17,6 @@ USE_GNOME= gnomeprefix intlhack libglade2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GCC= yes # segfaults when built with clang PORTDATA= * Index: files/patch-geo_drgeo__figure.cc =================================================================== --- files/patch-geo_drgeo__figure.cc (nonexistent) +++ files/patch-geo_drgeo__figure.cc (working copy) @@ -0,0 +1,17 @@ +Fix the build with GCC >= 6. + +drgeo_figure.cc: At global scope: +drgeo_figure.cc:56:1: error: ' drgeoDialogData', declared using anonymous type, is used but never defined [-fpermissive] + drgeoDialogData; + ^~~~~~~~~~~~~~~ +--- geo/drgeo_figure.cc.orig 2017-07-25 16:56:59 UTC ++++ geo/drgeo_figure.cc +@@ -48,7 +48,7 @@ + #include "drgeo_dialog.h" + #include "traite.h" + +-extern struct ++struct + { + drgeoPoint mouse; + drgeoFigure *figure; Property changes on: files/patch-geo_drgeo__figure.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property