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:   rillig
Date:           Sat Apr 25 17:08:35 UTC 2020

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

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

That file has -lpthread hard-coded.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 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.83 pkgsrc/devel/gnustep-base/Makefile:1.84
--- pkgsrc/devel/gnustep-base/Makefile:1.83     Sat Apr 18 22:00:59 2020
+++ pkgsrc/devel/gnustep-base/Makefile  Sat Apr 25 17:08:34 2020
@@ -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 @@ PTHREAD_LIBS+=                -lpth
 
 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