Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2005 09:29:08 +0200 (CEST)
From:      Ulrich Spoerlein <q@galgenberg.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87970: [MAINTAINER] x11-clocks/wmbday: Unbreak X11BASE
Message-ID:  <200510250729.j9P7T8EW001960@roadrunner.q.local>
Resent-Message-ID: <200510250730.j9P7UT71043558@freefall.freebsd.org>

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

>Number:         87970
>Category:       ports
>Synopsis:       [MAINTAINER] x11-clocks/wmbday: Unbreak X11BASE
>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:   Tue Oct 25 07:30:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 6.0-BETA5 i386
>Organization:
>Environment:
System: FreeBSD roadrunner 6.0-BETA5 FreeBSD 6.0-BETA5 #1: Tue Sep 20 21:30:40 CEST 2005
>Description:
- Actually _use_ X11BASE
- D'oh!
- Reported by pointyhat via kris (whom else?)

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- wmbday-0.3.patch begins here ---
Index: files/BSDmakefile
===================================================================
RCS file: /home/ncvs/ports/x11-clocks/wmbday/files/BSDmakefile,v
retrieving revision 1.1
diff -u -u -r1.1 BSDmakefile
--- files/BSDmakefile	6 Jul 2005 16:25:20 -0000	1.1
+++ files/BSDmakefile	25 Oct 2005 07:27:40 -0000
@@ -5,8 +5,8 @@
 
 BINDIR=   ${PREFIX}/bin
 SHAREDIR= ${PREFIX}
-CFLAGS+=  -I/usr/X11R6/include
-LDFLAGS+= -L/usr/X11R6/lib
+CFLAGS+=  -I${X11BASE}/include
+LDFLAGS+= -L${X11BASE}/lib
 LDADD=    -lX11 -lXext -lXpm
 
 .include <bsd.prog.mk>
--- wmbday-0.3.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?200510250729.j9P7T8EW001960>