From owner-svn-ports-head@FreeBSD.ORG Thu Dec 6 23:28:09 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30B705E4; Thu, 6 Dec 2012 23:28:09 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 132E18FC0C; Thu, 6 Dec 2012 23:28:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB6NS8dN053881; Thu, 6 Dec 2012 23:28:08 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB6NS8iC053880; Thu, 6 Dec 2012 23:28:08 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212062328.qB6NS8iC053880@svn.freebsd.org> From: Eitan Adler Date: Thu, 6 Dec 2012 23:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308407 - head/devel/libstroke X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2012 23:28:09 -0000 Author: eadler Date: Thu Dec 6 23:28:08 2012 New Revision: 308407 URL: http://svnweb.freebsd.org/changeset/ports/308407 Log: libstroke fails to link with clang as the compiler Feature safe: yes Modified: head/devel/libstroke/Makefile Modified: head/devel/libstroke/Makefile ============================================================================== --- head/devel/libstroke/Makefile Thu Dec 6 23:19:06 2012 (r308406) +++ head/devel/libstroke/Makefile Thu Dec 6 23:28:08 2012 (r308407) @@ -1,9 +1,5 @@ -# New ports collection makefile for: LibStroke -# Date created: 31 December 2001 -# Whom: Jerry A! -# +# Created by: Jerry A! # $FreeBSD$ -# PORTNAME= libstroke PORTVERSION= 0.5.1 @@ -19,6 +15,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool WANT_GNOME= yes USE_LDCONFIG= yes +USE_GCC= any OPTIONS_DEFINE= GTK1 GTK1_DESC= Build with legacy Gtk+/GNOME stroke support