pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/editline



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 30 12:22:43 UTC 2025

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

Log Message:
editline: more quoting


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/editline/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/editline/builtin.mk
diff -u pkgsrc/devel/editline/builtin.mk:1.11 pkgsrc/devel/editline/builtin.mk:1.12
--- pkgsrc/devel/editline/builtin.mk:1.11       Wed Apr 30 11:38:49 2025
+++ pkgsrc/devel/editline/builtin.mk    Wed Apr 30 12:22:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.11 2025/04/30 11:38:49 wiz Exp $
+# $NetBSD: builtin.mk,v 1.12 2025/04/30 12:22:43 wiz Exp $
 
 BUILTIN_PKG:=  editline
 
@@ -74,7 +74,7 @@ ensure-libedit-pc:
                        ${ECHO} "Version: 3.1";                         \
                        ${ECHO} "Libs: ${COMPILER_RPATH_FLAG}\$${libdir} -L\$${libdir} -ledit"; \
                        ${ECHO} "Libs.private: -ltermcap";              \
-                       ${ECHO} "Cflags: -I\$${includedir} -I${includedir}/readline";           \
+                       ${ECHO} "Cflags: -I\$${includedir} -I\$${includedir}/readline";         \
                        } > $${dst};                                    \
                fi;                                                     \
        fi



Home | Main Index | Thread Index | Old Index