From 7979cf054dc4418fbe321da4a6f95dbce0aafe03 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 29 Apr 2014 20:05:11 +0000 Subject: Fix pkglint warning about sun preprocessor symbol. --- print/luatex/patches/patch-ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/luatex') 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 */ -- cgit v1.2.3