pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/qsynth



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Sep 20 06:32:07 UTC 2022

Modified Files:
        pkgsrc/audio/qsynth: Makefile

Log Message:
qsynth: Want -lsocket on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/audio/qsynth/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/qsynth/Makefile
diff -u pkgsrc/audio/qsynth/Makefile:1.72 pkgsrc/audio/qsynth/Makefile:1.73
--- pkgsrc/audio/qsynth/Makefile:1.72   Sun Sep 11 12:51:22 2022
+++ pkgsrc/audio/qsynth/Makefile        Tue Sep 20 06:32:07 2022
@@ -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_CMAKE=    yes
 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