summaryrefslogtreecommitdiff
path: root/archivers/upx/patches
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-15 08:08:28 +0000
committernia <nia@pkgsrc.org>2021-05-15 08:08:28 +0000
commitdc36854e25b48baa514377f07b58eaf3eea9b86a (patch)
treec20b66b638b103938a1a38ffe5e53aae2bb49de2 /archivers/upx/patches
parent4ed53a1d165c516ec0074b77e8ae9319d27b94bd (diff)
downloadpkgsrc-dc36854e25b48baa514377f07b58eaf3eea9b86a.tar.gz
upx: remove trailing whitespace
Diffstat (limited to 'archivers/upx/patches')
-rw-r--r--archivers/upx/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/upx/patches/patch-ab b/archivers/upx/patches/patch-ab
index eccd9f10be0..ca317a2b899 100644
--- a/archivers/upx/patches/patch-ab
+++ b/archivers/upx/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.5 2014/05/26 01:30:39 rodent Exp $
+$NetBSD: patch-ab,v 1.6 2021/05/15 08:08:28 nia Exp $
Add sparc{,64} support.
@@ -8,7 +8,7 @@ Add sparc{,64} support.
#elif defined(__sparc__) || defined(__sparc) || defined(__sparcv8)
# define ACC_ARCH_SPARC 1
# define ACC_INFO_ARCH "sparc"
-+#elif defined(__sparc64__)
++#elif defined(__sparc64__)
+# define ACC_ARCH_SPARC64 1
+# define ACC_INFO_ARCH "sparc64"
#elif defined(__SPU__)