ports/94220: Minor py-ao problem

Björn Jonare asdfgl at home.se
Wed Mar 8 11:10:04 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list