Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2011 12:44:55 +0000
From:      Eitan Adler <ports@eitanadler.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ports@eitanadler.com
Subject:   ports/158949: [PATCH] x11-wm/icewm: fix build when WITH_GNOME is requested
Message-ID:  <4e206e9e.a9b3340a.2a90.3000@mx.google.com>
Resent-Message-ID: <201107151720.p6FHK4sY082115@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158949
>Category:       ports
>Synopsis:       [PATCH] x11-wm/icewm: fix build when WITH_GNOME is requested
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 17:20:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
>Description:

>How-To-Repeat:
>Fix:

--- icewm-1.3.7_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-wm/icewm/Makefile,v
retrieving revision 1.150
diff -u -u -r1.150 Makefile
--- Makefile	25 Apr 2011 19:48:41 -0000	1.150
+++ Makefile	15 Jul 2011 16:44:04 -0000
@@ -44,7 +44,7 @@
 .if defined(WITH_GNOMEDESKTOP)
 USE_GNOME+=	gnomedesktop
 CONFIGURE_ARGS+=--enable-menus-gnome2
-INSTALL_TARGET=	install install-gnome
+INSTALL_TARGET=	install 
 PLIST_SUB+=	GNOMEDESKTOP=""
 .else
 PLIST_SUB+=	GNOMEDESKTOP="@comment "
--- icewm-1.3.7_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4e206e9e.a9b3340a.2a90.3000>