pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/ruby-qdbm
Module Name: pkgsrc
Committed By: rillig
Date: Sat Apr 25 19:50:42 UTC 2020
Modified Files:
pkgsrc/databases/ruby-qdbm: Makefile
Log Message:
databases/ruby-qdbm: remove redundant SUBST block
The file ruby/configure does not mention pthread at all.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/ruby-qdbm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/ruby-qdbm/Makefile
diff -u pkgsrc/databases/ruby-qdbm/Makefile:1.16 pkgsrc/databases/ruby-qdbm/Makefile:1.17
--- pkgsrc/databases/ruby-qdbm/Makefile:1.16 Thu Jul 11 09:25:25 2019
+++ pkgsrc/databases/ruby-qdbm/Makefile Sat Apr 25 19:50:42 2020
@@ -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/rbcrtes
.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