Date: Thu, 14 Mar 2013 11:35:58 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314147 - head/x11/xsel-conrad Message-ID: <201303141135.r2EBZwti043698@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303141135.r2EBZwti043698>