pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgetopt



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun 16 11:45:13 UTC 2024

Modified Files:
        pkgsrc/devel/libgetopt: builtin.mk

Log Message:
libgetopt: in builtin.mk check bits/getopt_ext.h as well for getopt_long
To match (Arch)Linux location.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libgetopt/builtin.mk

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

Modified files:

Index: pkgsrc/devel/libgetopt/builtin.mk
diff -u pkgsrc/devel/libgetopt/builtin.mk:1.8 pkgsrc/devel/libgetopt/builtin.mk:1.9
--- pkgsrc/devel/libgetopt/builtin.mk:1.8       Sun Nov  3 10:39:17 2019
+++ pkgsrc/devel/libgetopt/builtin.mk   Sun Jun 16 11:45:13 2024
@@ -1,9 +1,10 @@
-# $NetBSD: builtin.mk,v 1.8 2019/11/03 10:39:17 rillig Exp $
+# $NetBSD: builtin.mk,v 1.9 2024/06/16 11:45:13 markd Exp $
 
 BUILTIN_PKG:=  getopt
 
 BUILTIN_FIND_HEADERS_VAR:=     H_GETOPT
 BUILTIN_FIND_HEADERS.H_GETOPT= getopt.h
+BUILTIN_FIND_HEADERS.H_GETOPT+=        bits/getopt_ext.h
 BUILTIN_FIND_GREP.H_GETOPT=    int.*getopt_long
 
 .include "../../mk/buildlink3/bsd.builtin.mk"



Home | Main Index | Thread Index | Old Index