Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 12:34:10 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514583 - in head/graphics: animorph mhgui
Message-ID:  <201910161234.x9GCYA1x096410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Oct 16 12:34:10 2019
New Revision: 514583
URL: https://svnweb.freebsd.org/changeset/ports/514583

Log:
  graphics/animorph,mhgui: use the default compiler now that makehuman will be removed.

Modified:
  head/graphics/animorph/Makefile
  head/graphics/mhgui/Makefile

Modified: head/graphics/animorph/Makefile
==============================================================================
--- head/graphics/animorph/Makefile	Wed Oct 16 12:27:35 2019	(r514582)
+++ head/graphics/animorph/Makefile	Wed Oct 16 12:34:10 2019	(r514583)
@@ -16,7 +16,6 @@ GNU_CONFIGURE=	yes
 USES=		pkgconfig gmake libtool
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-USE_GCC=	any # otherwise graphics/makehuman won't link
 USE_CXXSTD=	gnu++98  # The port is not compatible with C++11 and later.
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/mhgui/Makefile
==============================================================================
--- head/graphics/mhgui/Makefile	Wed Oct 16 12:27:35 2019	(r514582)
+++ head/graphics/mhgui/Makefile	Wed Oct 16 12:34:10 2019	(r514583)
@@ -21,7 +21,6 @@ USE_LDCONFIG=	yes
 USE_XORG=	xi xmu ice sm
 USE_GL=		glut
 INSTALL_TARGET=	install-strip
-USE_GCC=	any # otherwise graphics/makehuman won't link
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910161234.x9GCYA1x096410>