pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libnoise: uses libtool, not make-jobs-safe
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Feb 5 08:23:01 2025 +0100
Changeset: c7f52e436a7e8954b273c0c87e68bb2fd3c322b0
Modified Files:
libnoise/Makefile
Log Message:
libnoise: uses libtool, not make-jobs-safe
XXX: doesn't use libtool like it should be used; still fails to link
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c7f52e436a7e8954b273c0c87e68bb2fd3c322b0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libnoise/Makefile | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diffs:
diff --git a/libnoise/Makefile b/libnoise/Makefile
index 3b642d13ce..3c6f670ddc 100644
--- a/libnoise/Makefile
+++ b/libnoise/Makefile
@@ -7,12 +7,14 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnoise/}
EXTRACT_SUFX= .zip
WRKSRC= ${WRKDIR}/noise
-USE_LANGUAGES= c++
-USE_TOOLS+= gmake
-
MAINTAINER= sjmulder%NetBSD.org@localhost
HOMEPAGE= https://www.cytopia.net/
-COMMENT= Coherent noise-generating library for C++
+COMMENT= Coherent noise-generating library for C++
LICENSE= gnu-lgpl-v2
+USE_LIBTOOL= yes
+USE_LANGUAGES= c++
+USE_TOOLS+= gmake
+MAKE_JOBS_SAFE= no
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index