diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-25 19:50:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-25 19:50:42 +0000 |
commit | d6e52c5b23b3dc487c6e5839f2d4a4c390685fdc (patch) | |
tree | 3ec500376fa97dec68ef5ce1b3407ca64c3a7158 /databases | |
parent | b556a05604e813906f35bc993aae8200f4da931d (diff) | |
download | pkgsrc-d6e52c5b23b3dc487c6e5839f2d4a4c390685fdc.tar.gz |
databases/ruby-qdbm: remove redundant SUBST block
The file ruby/configure does not mention pthread at all.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-qdbm/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/ruby-qdbm/Makefile b/databases/ruby-qdbm/Makefile index 3761c75d52c..90745bdf5e3 100644 --- a/databases/ruby-qdbm/Makefile +++ b/databases/ruby-qdbm/Makefile @@ -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 @@ REPLACE_RUBY= ${MY_SUBDIR}/curia/rbcrtest ${MY_SUBDIR}/depot/rbdptest \ .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" |