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) Adhoc fix for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd6162a11e9d
branches:  trunk
changeset: 439605:cd6162a11e9d
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Sep 21 03:32:27 2020 +0000

description:
(devel/gnustep-base) Adhoc fix for @PTHREAD_LIBS@ left out in file configure

diffstat:

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

diffs (22 lines):

diff -r e5ae9b77b02b -r cd6162a11e9d devel/gnustep-base/Makefile
--- a/devel/gnustep-base/Makefile       Mon Sep 21 03:04:06 2020 +0000
+++ b/devel/gnustep-base/Makefile       Mon Sep 21 03:32:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2020/08/09 23:14:28 joerg Exp $
+# $NetBSD: Makefile,v 1.89 2020/09/21 03:32:27 mef Exp $
 
 DISTNAME=      gnustep-base-1.27.0
 #PKGREVISION=  1
@@ -39,6 +39,12 @@
 PTHREAD_LIBS+=         -lpth
 .endif
 
+SUBST_CLASSES+=                pthread
+SUBST_STAGE.pthread=   pre-configure
+SUBST_FILES.pthread=   configure
+SUBST_SED.pthread=     -e 's,@PTHREAD_LIBS@,${PTHREAD_LIBS},'
+SUBST_MESSAGE.pthread= Fix @PTHREAD_LIBS@ left out in file configure
+
 CONFIGURE_ARGS+=       --with-library-flags=${GNUSTEP_LDFLAGS:Q}
 
 INSTALLATION_DIRS+=    share/GNUstep/Bundles



Home | Main Index | Thread Index | Old Index