svn commit: r518367 - head/cad/oregano

Mark Linimon linimon at FreeBSD.org
Sun Nov 24 22:34:03 UTC 2019


Author: linimon
Date: Sun Nov 24 22:34:02 2019
New Revision: 518367
URL: https://svnweb.freebsd.org/changeset/ports/518367

Log:
  Fix build on GCC-based systems:
  
    ../src/sheet/sheet.h:46: error: redefinition of typedef 'SchematicView'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/cad/oregano/Makefile

Modified: head/cad/oregano/Makefile
==============================================================================
--- head/cad/oregano/Makefile	Sun Nov 24 22:12:59 2019	(r518366)
+++ head/cad/oregano/Makefile	Sun Nov 24 22:34:02 2019	(r518367)
@@ -16,7 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	nroff:textproc/groff
 LIB_DEPENDS=	libgoocanvas-2.0.so:graphics/goocanvas2
 
-USES=		desktop-file-utils gettext gnome pkgconfig shared-mime-info waf
+USES=		compiler:c11 desktop-file-utils gettext gnome pkgconfig \
+		shared-mime-info waf
 USE_GITHUB=	yes
 GH_ACCOUNT=	drahnr
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool libxml2 pango


More information about the svn-ports-all mailing list