ports/172072: x11-wm/ede: Fix build
KATO Tsuguru
tkato432 at yahoo.com
Tue Sep 25 18:20:24 UTC 2012
>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 at ciam.ru>
-#
+# Created by: Sergey Matveychuk <sem at 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:
More information about the freebsd-ports-bugs
mailing list