svn commit: r308407 - head/devel/libstroke

Eitan Adler eadler at FreeBSD.org
Thu Dec 6 23:28:09 UTC 2012


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 at thehutt.org>
-#
+# Created by: Jerry A! <jerry at 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


More information about the svn-ports-all mailing list