svn commit: r327092 - head/devel/omniORB

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 12 17:20:47 UTC 2013


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 at 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


More information about the svn-ports-head mailing list