pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/soapy-sdr



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Apr 28 09:11:16 UTC 2021

Modified Files:
        pkgsrc/ham/soapy-sdr: Makefile

Log Message:
soapy-sdr: explicitly unset LIB_SUFFIX


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/ham/soapy-sdr/Makefile

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

Modified files:

Index: pkgsrc/ham/soapy-sdr/Makefile
diff -u pkgsrc/ham/soapy-sdr/Makefile:1.2 pkgsrc/ham/soapy-sdr/Makefile:1.3
--- pkgsrc/ham/soapy-sdr/Makefile:1.2   Sat Aug  1 08:17:43 2020
+++ pkgsrc/ham/soapy-sdr/Makefile       Wed Apr 28 09:11:16 2021
@@ -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_CMAKE=    yes
 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