pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gnustep-base



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 21 03:32:27 UTC 2020

Modified Files:
        pkgsrc/devel/gnustep-base: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/gnustep-base/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gnustep-base/Makefile
diff -u pkgsrc/devel/gnustep-base/Makefile:1.88 pkgsrc/devel/gnustep-base/Makefile:1.89
--- pkgsrc/devel/gnustep-base/Makefile:1.88     Sun Aug  9 23:14:28 2020
+++ pkgsrc/devel/gnustep-base/Makefile  Mon Sep 21 03:32:27 2020
@@ -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=                -lpthread
 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