pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
execline: Turn off a certain warning-as-error
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By: cfkoch
Date: Sun Oct 21 00:31:35 2018 -0700
Changeset: 39bba4f18ae26570391db7c6edb667eb8af270f9
Modified Files:
execline/Makefile
Log Message:
execline: Turn off a certain warning-as-error
Of course, the real fix is to actually fix the error
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=39bba4f18ae26570391db7c6edb667eb8af270f9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
execline/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/execline/Makefile b/execline/Makefile
index f7dcafe3b4..10c5efadde 100644
--- a/execline/Makefile
+++ b/execline/Makefile
@@ -1,6 +1,7 @@
# $NetBSD$
DISTNAME= execline-2.3.0.3
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://skarnet.org/software/execline/
@@ -15,6 +16,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --with-sysdeps=${PREFIX}/lib/skalibs/sysdeps
CONFIGURE_ARGS+= --with-lib=${PREFIX}/lib/skalibs
CONFIGURE_ARGS+= --with-include=${PREFIX}/include
+CFLAGS+= -Wno-implicit-function-declaration
.include "../../devel/skalibs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index