pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/soapy-sdr soapy-sdr: explicitly unset LIB_SUFFIX
details: https://anonhg.NetBSD.org/pkgsrc/rev/fb335466b8ca
branches: trunk
changeset: 451552:fb335466b8ca
user: nia <nia%pkgsrc.org@localhost>
date: Wed Apr 28 09:11:16 2021 +0000
description:
soapy-sdr: explicitly unset LIB_SUFFIX
diffstat:
ham/soapy-sdr/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 0f9b400db135 -r fb335466b8ca ham/soapy-sdr/Makefile
--- a/ham/soapy-sdr/Makefile Wed Apr 28 09:03:49 2021 +0000
+++ b/ham/soapy-sdr/Makefile Wed Apr 28 09:11:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/08/01 08:17:43 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2021/04/28 09:11:16 nia Exp $
DISTNAME= soapy-sdr-0.7.2
PKGREVISION= 1
@@ -16,6 +16,9 @@
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++
+# Do not use /lib64
+CMAKE_ARGS+= -DLIB_SUFFIX=""
+
SUBST_CLASSES+= getopt
SUBST_STAGE.getopt= pre-configure
SUBST_MESSAGE.getopt= Fixing getopt_long_only
Home |
Main Index |
Thread Index |
Old Index