pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libdecaf: Removed unnecessary CMAKE_ARGS and FLAGS.
Module Name: pkgsrc-wip
Committed By: Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By: fox
Date: Mon May 6 06:16:25 2019 -0500
Changeset: c0a8712937437a8c04b4e493111fc239dcda0446
Modified Files:
libdecaf/Makefile
Log Message:
libdecaf: Removed unnecessary CMAKE_ARGS and FLAGS.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0a8712937437a8c04b4e493111fc239dcda0446
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libdecaf/Makefile | 5 -----
1 file changed, 5 deletions(-)
diffs:
diff --git a/libdecaf/Makefile b/libdecaf/Makefile
index 57f46f6d9c..80da1adee2 100644
--- a/libdecaf/Makefile
+++ b/libdecaf/Makefile
@@ -13,15 +13,10 @@ LICENSE= mit
USE_CMAKE= yes
USE_LANGUAGES= c99 c++11
CMAKE_ARGS+= -DENABLE_TESTS=NO
-CMAKE_ARGS+= -DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS:Q}
-CMAKE_ARGS+= -DCMAKE_CPP_FLAGS:STRING=${CPPFLAGS:Q}
-CMAKE_ARGS+= -DCMAKE_C_FLAGS:STRING=${CFLAGS:Q}
# These are required to prevent build breakage when tests are enabled
# This is probably due to the auto-generated headers clobbering with
# the #defines
-CXXFLAGS+= -D_NETBSD_SOURCE
-CPPFLAGS+= -D_NETBSD_SOURCE
CFLAGS+= -D_NETBSD_SOURCE
PYTHON_FOR_BUILD_ONLY= tool
Home |
Main Index |
Thread Index |
Old Index