Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  6 Apr 2002 19:28:45 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36817: Fix port: x11-fm/endeavour
Message-ID:  <20020406172845.48A2E5A545@nemesis.informatik.unibw-muenchen.de>

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

>Number:         36817
>Category:       ports
>Synopsis:       Fix port: x11-fm/endeavour
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 06 09:40:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

fix bento error

Regards,
         Olli

>How-To-Repeat:
>Fix:


diff -ruN endeavour.old/Makefile endeavour/Makefile
--- endeavour.old/Makefile	Fri Jun 15 14:42:35 2001
+++ endeavour/Makefile	Sat Apr  6 19:24:23 2002
@@ -24,7 +24,7 @@
 		CFLAGS="${CFLAGS} -D__USE_BSD -DUSE_XSHM -DUSE_IMLIB" \
 		INC_DIRS="`imlib-config --cflags` -I${X11BASE}/include" \
 		LIBS="`imlib-config --libs` -lXpm" \
-		LIB_DIRS="-L${X11BASE}/lib"
+		LIB_DIRS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
 
 pre-patch:
 	@${PERL} -pi -e 's|make |\$$\(MAKE\) |g' ${WRKSRC}/Makefile
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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