pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/sweep
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 26 08:51:51 UTC 2023
Modified Files:
pkgsrc/audio/sweep: Makefile
Log Message:
sweep: SunOS needs -lgmodule-2.0.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/audio/sweep/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/sweep/Makefile
diff -u pkgsrc/audio/sweep/Makefile:1.84 pkgsrc/audio/sweep/Makefile:1.85
--- pkgsrc/audio/sweep/Makefile:1.84 Sat May 6 19:08:47 2023
+++ pkgsrc/audio/sweep/Makefile Mon Jun 26 08:51:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2023/05/06 19:08:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.85 2023/06/26 08:51:51 jperkin Exp $
#
DISTNAME= sweep-0.9.3
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --disable-vorbistest
CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:Q}
+LDFLAGS.SunOS+= -lgmodule-2.0
+
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/libsamplerate/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index