svn commit: r323784 - in head/x11-toolkits/libgnomeuimm: . files
Koop Mast
kwm at FreeBSD.org
Sat Jul 27 13:25:15 UTC 2013
Author: kwm
Date: Sat Jul 27 13:25:14 2013
New Revision: 323784
URL: http://svnweb.freebsd.org/changeset/ports/323784
Log:
Add patch to fix build with clang.
Use USES=gmake and pathfix
Approved by: maintainer (implicit)
Added:
head/x11-toolkits/libgnomeuimm/files/patch-examples_iconlist_iconlist.cc (contents, props changed)
Modified:
head/x11-toolkits/libgnomeuimm/Makefile (contents, props changed)
Modified: head/x11-toolkits/libgnomeuimm/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeuimm/Makefile Sat Jul 27 13:24:18 2013 (r323783)
+++ head/x11-toolkits/libgnomeuimm/Makefile Sat Jul 27 13:25:14 2013 (r323784)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libgnomeuimm
-# Date created: 22 May 2003
-# Whom: Alexander Nedotsukov <bland at mail.ru>
-#
+# Created by: Alexander Nedotsukov <bland at mail.ru>
# $FreeBSD$
-#
PORTNAME= libgnomeuimm
PORTVERSION= 2.0.0
@@ -21,8 +17,8 @@ LIB_DEPENDS= gnomemm-2.0:${PORTSDIR}/x11
glademm-2.0:${PORTSDIR}/devel/libglademm
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-USE_GMAKE= yes
-USE_GNOME= gnomehack libgnomeui
+USES= gmake pathfix
+USE_GNOME= libgnomeui
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static
Added: head/x11-toolkits/libgnomeuimm/files/patch-examples_iconlist_iconlist.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-toolkits/libgnomeuimm/files/patch-examples_iconlist_iconlist.cc Sat Jul 27 13:25:14 2013 (r323784)
@@ -0,0 +1,10 @@
+--- examples/iconlist/iconlist.cc.orig 2013-07-27 15:02:04.000000000 +0200
++++ examples/iconlist/iconlist.cc 2013-07-27 15:02:40.000000000 +0200
+@@ -58,6 +58,7 @@
+ show_all_children ();
+ }
+
++int
+ main (int argc, char *argv[])
+ {
+ Gnome::Main kit ("Iconlist", "0.0.0", Gnome::UI::module_info_get(), argc, argv);
More information about the svn-ports-head
mailing list