pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-qdbm databases/ruby-qdbm: remove redund...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f8b59eee653
branches:  trunk
changeset: 428190:8f8b59eee653
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 19:50:42 2020 +0000

description:
databases/ruby-qdbm: remove redundant SUBST block

The file ruby/configure does not mention pthread at all.

diffstat:

 databases/ruby-qdbm/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (20 lines):

diff -r 47158669766b -r 8f8b59eee653 databases/ruby-qdbm/Makefile
--- a/databases/ruby-qdbm/Makefile      Sat Apr 25 19:46:45 2020 +0000
+++ b/databases/ruby-qdbm/Makefile      Sat Apr 25 19:50:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/07/11 09:25:25 nia Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/25 19:50:42 rillig Exp $
 #
 
 .include "../../databases/qdbm/Makefile.common"
@@ -30,10 +30,4 @@
 
 .include "../../databases/qdbm/buildlink3.mk"
 .include "../../lang/ruby/modules.mk"
-.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
-SUBST_CLASSES+=                pthread
-SUBST_STAGE.pthread=   pre-configure
-SUBST_FILES.pthread=   ${MY_SUBDIR}/configure
-SUBST_SED.pthread=     -e 's|-lpthread|${PTHREAD_LIBS}|'
-.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index