diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 21:22:21 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 21:22:21 +0000 |
commit | f4c32f8851590b9cc448501cad2d635af5a0d397 (patch) | |
tree | 56baf9f587e13d85510e9c4fe046fe9093c5bb92 | |
parent | 6d51d97bdc86edb151e96e64fb2de6dfbe25b56f (diff) | |
download | pkgsrc-f4c32f8851590b9cc448501cad2d635af5a0d397.tar.gz |
Fix build on SunOS. REPLACE_SH in installed shell script.
-rw-r--r-- | audio/esound/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index d9d23d413ef..2cdc7010109 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2012/01/24 09:42:35 marino Exp $ +# $NetBSD: Makefile,v 1.77 2012/02/15 21:22:21 hans Exp $ DISTNAME= esound-0.2.41 PKGREVISION= 1 @@ -43,6 +43,9 @@ SUBST_MESSAGE.oss= Fixing oss. LDFLAGS.IRIX+= -lm LDFLAGS.DragonFly+= -lm +LDFLAGS.SunOS+= -lsocket -lnsl + +REPLACE_SH+= esd-config.in .include "../../audio/libaudiofile/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |