pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/qsynth qsynth: Want -lsocket on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8126cfa1cf2c
branches:  trunk
changeset: 385583:8126cfa1cf2c
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Sep 20 06:32:07 2022 +0000

description:
qsynth: Want -lsocket on SunOS.

diffstat:

 audio/qsynth/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 062fef54155a -r 8126cfa1cf2c audio/qsynth/Makefile
--- a/audio/qsynth/Makefile     Tue Sep 20 06:30:48 2022 +0000
+++ b/audio/qsynth/Makefile     Tue Sep 20 06:32:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2022/09/11 12:51:22 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2022/09/20 06:32:07 nia Exp $
 
 DISTNAME=      qsynth-0.6.3
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qsynth/}
@@ -16,6 +16,8 @@
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+LDFLAGS.SunOS+=        -lsocket
+
 .include "../../audio/fluidsynth/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"



Home | Main Index | Thread Index | Old Index