Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 17:20:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327092 - head/devel/omniORB
Message-ID:  <201309121720.r8CHKk5A078840@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 12 17:20:46 2013
New Revision: 327092
URL: http://svnweb.freebsd.org/changeset/ports/327092

Log:
  Remove useless USE_GCC=any as the port properly build with recent clang

Modified:
  head/devel/omniORB/Makefile

Modified: head/devel/omniORB/Makefile
==============================================================================
--- head/devel/omniORB/Makefile	Thu Sep 12 17:07:08 2013	(r327091)
+++ head/devel/omniORB/Makefile	Thu Sep 12 17:20:46 2013	(r327092)
@@ -9,7 +9,6 @@ MAINTAINER=	sem@FreeBSD.org
 COMMENT=	A robust high performance CORBA ORB for C++ and Python
 
 PLIST_SUB+=	SONUM=${PORTVERSION:C/.*\.//}
-USE_GCC=	any
 GNU_CONFIGURE=	yes
 USE_PYTHON=	yes
 USE_OPENSSL=	yes



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