pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/thrift/patches
Module Name: pkgsrc
Committed By: adam
Date: Tue Mar 4 13:05:53 UTC 2025
Added Files:
pkgsrc/devel/thrift/patches: patch-compiler_cpp_Makefile.in
Log Message:
thrift: add patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/thrift/patches/patch-compiler_cpp_Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/thrift/patches/patch-compiler_cpp_Makefile.in
diff -u /dev/null pkgsrc/devel/thrift/patches/patch-compiler_cpp_Makefile.in:1.1
--- /dev/null Tue Mar 4 13:05:53 2025
+++ pkgsrc/devel/thrift/patches/patch-compiler_cpp_Makefile.in Tue Mar 4 13:05:53 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-compiler_cpp_Makefile.in,v 1.1 2025/03/04 13:05:53 adam Exp $
+
+Ignore compiler warnings. -Werror makes the build fail.
+
+--- compiler/cpp/Makefile.in.orig 2025-03-04 11:33:33.472204791 +0000
++++ compiler/cpp/Makefile.in
+@@ -674,7 +674,6 @@ thrift_SOURCES = src/thrift/audit/t_audi
+ src/thrift/generate/go_validator_generator.cc \
+ src/thrift/generate/go_validator_generator.h
+ thrift_CPPFLAGS = -I$(srcdir)/src
+-thrift_CXXFLAGS = -Wall -Wextra -pedantic -Werror
+ thrift_LDADD = @LEXLIB@ src/thrift/libparse.a
+ WINDOWS_DIST = \
+ compiler.sln \
Home |
Main Index |
Thread Index |
Old Index