pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/liblo audio/liblo: remove no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/805bb5fb1559
branches:  trunk
changeset: 428166:805bb5fb1559
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 17:42:53 2020 +0000

description:
audio/liblo: remove no-op SUBST block

The configure script only has LIBPTHREAD but neither -lpthread nor any
other placeholders.

diffstat:

 audio/liblo/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 1c16ff00823f -r 805bb5fb1559 audio/liblo/Makefile
--- a/audio/liblo/Makefile      Sat Apr 25 17:38:12 2020 +0000
+++ b/audio/liblo/Makefile      Sat Apr 25 17:42:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/03/22 11:11:32 nia Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/25 17:42:53 rillig Exp $
 
 DISTNAME=      liblo-0.31
 CATEGORIES=    audio
@@ -19,13 +19,6 @@
 PTHREAD_OPTS+=         require
 RESOLV_AUTO_VARS=      yes     # gethostbyname and friends
 
-SUBST_CLASSES+=                conf
-SUBST_FILES.conf=      configure Makefile.in src/Makefile.in liblo.pc.in
-SUBST_MESSAGE.conf=    Performing build-time configuration substitutions.
-SUBST_SED.conf=                -e 's,-lpthread,$${PTHREAD_LDFLAGS} $${PTHREAD_LIBS},'
-SUBST_STAGE.conf=      pre-configure
-SUBST_VARS.conf=       PTHREAD_CFLAGS PTHREAD_LDFLAGS PTHREAD_LIBS
-
 LDFLAGS.SunOS+=                -lsocket -lnsl
 
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index