diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 22:25:13 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 22:25:13 +0000 |
commit | 1d1e075805db1cf93578e005b6e0df9652897bf6 (patch) | |
tree | 4cfcb0c2acb151877f83bf636bf89eededc41dac /audio/openal | |
parent | bf57727a59d30adb394c9a1778277ae5108d020e (diff) | |
download | pkgsrc-1d1e075805db1cf93578e005b6e0df9652897bf6.tar.gz |
REPLACE_SH in installed shell script.
Diffstat (limited to 'audio/openal')
-rw-r--r-- | audio/openal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 22fe0aebc56..e1c3b512c18 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/01/11 20:03:44 hans Exp $ +# $NetBSD: Makefile,v 1.29 2012/02/15 22:25:13 hans Exp $ DISTNAME= openal-0.0.8 PKGREVISION= 5 @@ -21,6 +21,7 @@ PTHREAD_AUTO_VARS= yes INFO_FILES= yes INSTALLATION_DIRS= ${PKGINFODIR} include/AL PKGCONFIG_OVERRIDE= admin/pkgconfig/openal.pc.in +REPLACE_SH= admin/pkgconfig/openal-config.in LIBS+= ${LIBOSSAUDIO} CPPFLAGS.SunOS+= -D__EXTENSIONS__ |