svn commit: r314147 - head/x11/xsel-conrad

Martin Wilke miwi at FreeBSD.org
Thu Mar 14 11:35:59 UTC 2013


Author: miwi
Date: Thu Mar 14 11:35:58 2013
New Revision: 314147
URL: http://svnweb.freebsd.org/changeset/ports/314147

Log:
  - Set USE_GCC=any to fix the clang build
  
  PR:		176485
  Submitted by:	Mike Carlson <mike at bayphoto.com>
  Approved by:	naintainer timeout

Modified:
  head/x11/xsel-conrad/Makefile   (contents, props changed)

Modified: head/x11/xsel-conrad/Makefile
==============================================================================
--- head/x11/xsel-conrad/Makefile	Thu Mar 14 11:33:19 2013	(r314146)
+++ head/x11/xsel-conrad/Makefile	Thu Mar 14 11:35:58 2013	(r314147)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	xsel-conrad
-# Date created:		9 August 2007
-# Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xsel
 PORTVERSION=	1.2.0
@@ -22,6 +18,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
 
 CONFLICTS_INSTALL=	xsel-[0-9]*
+USE_GCC=	any
 USE_XORG=	x11 xext xt xproto ice sm
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lXext -lX11


More information about the svn-ports-all mailing list