pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2019Q2]: pkgsrc/security/gpgme Pullup ticket #6055 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c0d98b17ebc
branches:  pkgsrc-2019Q2
changeset: 340016:4c0d98b17ebc
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Sep 20 19:23:17 2019 +0000

description:
Pullup ticket #6055 - requested by maya
security/gpgme: build fix

Revisions pulled up:
- security/gpgme/Makefile                                       1.95

---
   Module Name: pkgsrc
   Committed By:        maya
   Date:                Mon Sep  9 11:19:33 UTC 2019

   Modified Files:
        pkgsrc/security/gpgme: Makefile

   Log Message:
   gpgme: fix for older GCC.

   Remove unrecognized flag (GCC 4.8.5), default to -std=gnu99, since we have
   loop initial declarations.

   tested on SmartOS and CentOS 7.

diffstat:

 security/gpgme/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 8a3f504ed876 -r 4c0d98b17ebc security/gpgme/Makefile
--- a/security/gpgme/Makefile   Sun Sep 15 09:26:46 2019 +0000
+++ b/security/gpgme/Makefile   Fri Sep 20 19:23:17 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2019/05/23 19:23:14 rillig Exp $
+# $NetBSD: Makefile,v 1.93.2.1 2019/09/20 19:23:17 bsiegert Exp $
 
 DISTNAME=      gpgme-1.13.0
 CATEGORIES=    security
@@ -10,7 +10,7 @@
 COMMENT=       GnuPG Made Easy
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES+=                c c++
+USE_LANGUAGES+=                c99 c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
@@ -26,6 +26,8 @@
 CPPFLAGS.Darwin=       -D_POSIX_C_SOURCE=200809L
 LIBS.SunOS+=           -lnsl -lsocket
 
+BUILDLINK_TRANSFORM+=  rm:-Wsuggest-override
+
 TEST_TARGET=           check
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index