diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-28 23:33:10 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-28 23:37:20 -0800 |
commit | e1f76ec54d34af17e2db4acad7a3bd29645dcef6 (patch) | |
tree | d06c2efabe7fed3a881d9eaa2789fa509f697f64 /cad/cvc/files/patch-src_Makefile.am | |
parent | net-p2p/bazarr-devel: 1.0.2-beta.13 (diff) |
cad/cvc: New port: Circuit Validity Checker
Diffstat (limited to 'cad/cvc/files/patch-src_Makefile.am')
-rw-r--r-- | cad/cvc/files/patch-src_Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/cvc/files/patch-src_Makefile.am b/cad/cvc/files/patch-src_Makefile.am new file mode 100644 index 000000000000..d07dbacaf66b --- /dev/null +++ b/cad/cvc/files/patch-src_Makefile.am @@ -0,0 +1,11 @@ +--- src/Makefile.am.orig 2021-12-29 05:59:48 UTC ++++ src/Makefile.am +@@ -1,6 +1,6 @@ + # what flags you want to pass to the C compiler & linker +-CFLAGS = -O3 +-CXXFLAGS = -O3 -std=gnu++11 ++#CFLAGS = -O3 ++CXXFLAGS += -std=gnu++11 + #LIBS = -lz -lreadline -lcurses -lhistory -lintl + LIBS = -lz -lreadline -lcurses -lhistory $(INTLLIBS) + LDFLAGS = -static-libstdc++ -static-libgcc |