pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gnustep-base devel/gnustep-base: remove no-op ba...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bdbda52c1cb
branches:  trunk
changeset: 428155:2bdbda52c1cb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 17:08:34 2020 +0000

description:
devel/gnustep-base: remove no-op base.make.in from SUBST_FILES

That file has -lpthread hard-coded.

diffstat:

 devel/gnustep-base/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 605f9cfd9fb3 -r 2bdbda52c1cb devel/gnustep-base/Makefile
--- a/devel/gnustep-base/Makefile       Sat Apr 25 16:57:23 2020 +0000
+++ b/devel/gnustep-base/Makefile       Sat Apr 25 17:08:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2020/04/18 22:00:59 joerg Exp $
+# $NetBSD: Makefile,v 1.84 2020/04/25 17:08:34 rillig Exp $
 
 DISTNAME=      gnustep-base-1.27.0
 #PKGREVISION=  1
@@ -35,7 +35,7 @@
 
 SUBST_CLASSES+=                pthread
 SUBST_STAGE.pthread=   pre-configure
-SUBST_FILES.pthread=   configure base.make.in
+SUBST_FILES.pthread=   configure
 SUBST_SED.pthread=     -e 's|@PTHREAD_LIBS@|${PTHREAD_LIBS:M*:Q}|g'
 
 CONFIGURE_ARGS+=       --with-library-flags=${GNUSTEP_LDFLAGS:Q}



Home | Main Index | Thread Index | Old Index