Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2006 11:06:48 GMT
From:      Björn Jonare <asdfgl@home.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/94220: Minor py-ao problem
Message-ID:  <200603081106.k28B6mei091360@www.freebsd.org>
Resent-Message-ID: <200603081110.k28BA3Dj019668@freefall.freebsd.org>

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

>Number:         94220
>Category:       ports
>Synopsis:       Minor py-ao problem
>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:   Wed Mar 08 11:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Björn Jonare
>Release:        6.0
>Organization:
>Environment:
>Description:
The port py-ao won't find libao if installed in a non standard $LOCALBASE. Fix is in attached patch
>How-To-Repeat:
Try building py-ao with $LOCALBASE other than /usr/local.
>Fix:
--- Makefile.orig       Wed Mar  8 11:55:25 2006
+++ Makefile    Wed Mar  8 01:30:32 2006
@@ -22,6 +22,6 @@
 USE_PYDISTUTILS=       yes
 
 do-configure:
-       @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix="${LOCALBASE}"
+       @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix "${LOCALBASE}"
 
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:



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