pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/freeimage
Module Name: pkgsrc
Committed By: tnn
Date: Sun Feb 12 12:17:12 UTC 2023
Modified Files:
pkgsrc/graphics/freeimage: Makefile.common
Log Message:
freeimage: fix SUBST issue
/usr/xpg4/bin/tr on OpenIndiana gives "invalid byte sequence".
Force C locale to fix it.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/freeimage/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/freeimage/Makefile.common
diff -u pkgsrc/graphics/freeimage/Makefile.common:1.5 pkgsrc/graphics/freeimage/Makefile.common:1.6
--- pkgsrc/graphics/freeimage/Makefile.common:1.5 Tue Dec 13 13:34:48 2022
+++ pkgsrc/graphics/freeimage/Makefile.common Sun Feb 12 12:17:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2022/12/13 13:34:48 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.6 2023/02/12 12:17:12 tnn Exp $
# used by graphics/freeimage/Makefile
# used by graphics/freeimageplus/Makefile
@@ -31,7 +31,7 @@ SUBST_STAGE.cr= post-extract
SUBST_FILES.cr+= Source/FreeImage/PluginBMP.cpp
SUBST_FILES.cr+= Source/FreeImage/PluginDDS.cpp
SUBST_FILES.cr+= Source/FreeImage/PluginTIFF.cpp
-SUBST_FILTER_CMD.cr= ${TR} -d '\r'
+SUBST_FILTER_CMD.cr= ${SETENV} LC_ALL=C ${TR} -d '\r'
SUBST_NOOP_OK.cr= yes
pre-configure:
Home |
Main Index |
Thread Index |
Old Index