Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 2006 19:38:13 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105880: [PATCH] audio/rsynth: respect X11BASE
Message-ID:  <20061126183813.800E639DBA@pin.if.uz.zgora.pl>
Resent-Message-ID: <200611261840.kAQIe9xW075237@freefall.freebsd.org>

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

>Number:         105880
>Category:       ports
>Synopsis:       [PATCH] audio/rsynth: respect X11BASE
>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:   Sun Nov 26 18:40:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
Respect X11BASE.

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5-exp.2006101300/rsynth-2.0_2.log

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

--- rsynth-2.0_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/rsynth/Makefile /home/trasz/rsynth/Makefile
--- /usr/ports/audio/rsynth/Makefile	Tue Oct 11 21:24:48 2005
+++ /home/trasz/rsynth/Makefile	Sun Nov 26 19:37:50 2006
@@ -18,6 +18,8 @@
 		audio:${PORTSDIR}/audio/nas
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--x-includes=${X11BASE}/include \
+		--x-libraries=${X11BASE}/lib
 
 pre-configure:
 	@${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c
--- rsynth-2.0_2.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?20061126183813.800E639DBA>