pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/liblo
Module Name: pkgsrc
Committed By: rillig
Date: Sat Apr 25 17:42:53 UTC 2020
Modified Files:
pkgsrc/audio/liblo: Makefile
Log Message:
audio/liblo: remove no-op SUBST block
The configure script only has LIBPTHREAD but neither -lpthread nor any
other placeholders.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/liblo/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/liblo/Makefile
diff -u pkgsrc/audio/liblo/Makefile:1.7 pkgsrc/audio/liblo/Makefile:1.8
--- pkgsrc/audio/liblo/Makefile:1.7 Sun Mar 22 11:11:32 2020
+++ pkgsrc/audio/liblo/Makefile Sat Apr 25 17:42:53 2020
@@ -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 @@ PKGCONFIG_OVERRIDE+= liblo.pc.in
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