summaryrefslogtreecommitdiff
path: root/print/luatex
diff options
context:
space:
mode:
authorwiz <wiz>2014-04-29 20:05:11 +0000
committerwiz <wiz>2014-04-29 20:05:11 +0000
commitee40eb8c990595ef66fcc1f5cdb58ded0d9d0b4d (patch)
tree2ba9e1a9ea7cc1c6569d32602dd7f314217e0b89 /print/luatex
parent10758d7182172246b54e71f519970fdf9530fb73 (diff)
downloadpkgsrc-ee40eb8c990595ef66fcc1f5cdb58ded0d9d0b4d.tar.gz
Fix pkglint warning about sun preprocessor symbol.
Diffstat (limited to 'print/luatex')
-rw-r--r--print/luatex/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/luatex/patches/patch-ac b/print/luatex/patches/patch-ac
index abf9c046de6..37a7bfbe3fb 100644
--- a/print/luatex/patches/patch-ac
+++ b/print/luatex/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.3 2013/11/17 17:02:09 minskim Exp $
+$NetBSD: patch-ac,v 1.4 2014/04/29 20:05:11 wiz Exp $
--- texk/web2c/luatexdir/lua52/luaconf.h.orig 2013-04-05 10:58:37.000000000 +0000
+++ texk/web2c/luatexdir/lua52/luaconf.h
@@ -16,7 +16,7 @@ $NetBSD: patch-ac,v 1.3 2013/11/17 17:02:09 minskim Exp $
*/
#if defined(__GNUC__) && ((__GNUC__*100 + __GNUC_MINOR__) >= 302) && \
- defined(__ELF__) /* { */
-+ defined(__ELF__) && !defined(__sun__) /* { */
++ defined(__ELF__) && !defined(__sun) /* { */
#define LUAI_FUNC __attribute__((visibility("hidden"))) extern
#define LUAI_DDEC LUAI_FUNC
#define LUAI_DDEF /* empty */