pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/slibtool



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Thu Jul  4 21:30:48 UTC 2024

Modified Files:
        pkgsrc/devel/slibtool: Makefile

Log Message:
Fix build failure on Linux: USE_TOOLS += m4


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/slibtool/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/slibtool/Makefile
diff -u pkgsrc/devel/slibtool/Makefile:1.9 pkgsrc/devel/slibtool/Makefile:1.10
--- pkgsrc/devel/slibtool/Makefile:1.9  Wed Aug  2 16:30:56 2023
+++ pkgsrc/devel/slibtool/Makefile      Thu Jul  4 21:30:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/08/02 16:30:56 nia Exp $
+# $NetBSD: Makefile,v 1.10 2024/07/04 21:30:48 cheusov Exp $
 
 DISTNAME=      slibtool-0.5.34
 CATEGORIES=    devel
@@ -12,7 +12,7 @@ LICENSE=      mit
 
 HAS_CONFIGURE= yes
 USE_LANGUAGES= c
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake m4
 CFLAGS.SunOS+= -D__EXTENSIONS__
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
 



Home | Main Index | Thread Index | Old Index