Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 02:27:19 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172072: x11-wm/ede: Fix build
Message-ID:  <20120926022719.999ee3d67885b9612a3d81f0@yahoo.com>
Resent-Message-ID: <201209251820.q8PIKNol035895@freefall.freebsd.org>

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

>Number:         172072
>Category:       ports
>Synopsis:       x11-wm/ede: Fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:20:23 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Fix build
  (already fixed by pkgconfig bugfix)

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/ede/Makefile x11-wm/ede/Makefile
--- /usr/ports/x11-wm/ede/Makefile	2012-08-05 21:19:08.000000000 +0900
+++ x11-wm/ede/Makefile	2012-09-25 03:43:51.000000000 +0900
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ede
-# Date created:				28 Febrary 2004
-# Whom:					Sergey Matveychuk <sem@ciam.ru>
-#
+# Created by: Sergey Matveychuk <sem@ciam.ru>
 # $FreeBSD: ports/x11-wm/ede/Makefile,v 1.23 2012/08/05 12:19:08 beat Exp $
-#
 
 PORTNAME=	ede
 PORTVERSION=	2.0
@@ -28,8 +24,6 @@
 		fltk.1:${PORTSDIR}/x11-toolkits/fltk
 RUN_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info
 
-BROKEN=		does not link
-
 OPTIONS_DEFINE=	HAL
 HAL_DESC=	Enable HAL support
 
@@ -44,8 +38,8 @@
 INSTALL_ICONS=	yes
 MAKE_JOBS_SAFE=	yes
 
-CPPFLAGS=	-I${LOCALBASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 CONFLICTS_INSTALL=	pekwm-[0-9]*
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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