Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/openal/Makefile,v retrieving revision 1.42 diff -u -r1.42 Makefile --- Makefile 28 Jan 2007 09:07:35 -0000 1.42 +++ Makefile 14 Jul 2007 09:29:08 -0000 @@ -7,7 +7,7 @@ PORTNAME= openal PORTVERSION= 20060211 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://openal.org/openal_webstf/downloads/ DISTVERSION= 0.0.8 @@ -88,6 +88,8 @@ s|Libs: |&${PTHREAD_LIBS} |;\ s|Cflags: |&${PTHREAD_CFLAGS} |' \ ${WRKSRC}/admin/pkgconfig/openal.pc.in + @${REINPLACE_CMD} -e 's|[(] ALCvoid [)]|( void )|' \ + ${WRKSRC}/common/include/AL/alc.h post-install: @${CAT} ${PKGMESSAGE}