Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 23:28:08 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308407 - head/devel/libstroke
Message-ID:  <201212062328.qB6NS8iC053880@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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! <jerry@thehutt.org>
-#
+# Created by: Jerry A! <jerry@thehutt.org>
 # $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



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