summaryrefslogtreecommitdiffstats
path: root/ftp/ftpcopy
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-08-19 19:07:12 +0000
committervs <vs@FreeBSD.org>2004-08-19 19:07:12 +0000
commit9078089ebb6ef5496d264e459c3f540b13b0412e (patch)
treedb459395f3205d0fc7cd4980a7c34729e9172d78 /ftp/ftpcopy
parentb49ef71ae957c62560ce4d6eca57031e7d59e21b (diff)
downloadFreeBSD-ports-9078089ebb6ef5496d264e459c3f540b13b0412e.zip
FreeBSD-ports-9078089ebb6ef5496d264e459c3f540b13b0412e.tar.gz
Fix a locale-dependent build failure.
PR: ports/70670 Submitted by: Matthias Andree (maintainer)
Diffstat (limited to 'ftp/ftpcopy')
-rw-r--r--ftp/ftpcopy/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/ftpcopy/files/patch-aa b/ftp/ftpcopy/files/patch-aa
new file mode 100644
index 0000000..4e995cb
--- /dev/null
+++ b/ftp/ftpcopy/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/typesize.sh.orig Tue Jul 27 13:24:17 2004
++++ src/typesize.sh Thu Aug 19 18:30:43 2004
+@@ -21,7 +21,7 @@
+ :
+ else
+ x=$?
+- p=`echo $i | sed 's/ /_/g' | tr "[a-z]]" "[A-Z]"`
++ p=`echo $i | sed 's/ /_/g' | env LC_COLLATE=C tr "[:lower:]" "[:upper:]"`
+ echo "#define SIZEOF_$p $x /* systype-info */"
+ fi
+ fi
OpenPOWER on IntegriCloud