Files
ports/science/simlib/files/patch-src_Makefile.Linux
T
Robert Clausecker 2f3203c004 science/simlib: update to 3.09
- project now portable
 - ship docs
 - take maintainership
2026-02-24 01:44:47 +01:00

12 lines
340 B
Makefile

--- src/Makefile.Linux.orig 2026-02-20 12:30:56 UTC
+++ src/Makefile.Linux
@@ -8,7 +8,7 @@ CXX?=g++
CXX?=g++
# C++ compiler flags
-CXXFLAGS = -Wall -fPIC ### basic flags (always needed)
+CXXFLAGS += -Wall -fPIC ### basic flags (always needed)
CXXFLAGS += $(EXTRA_CXXFLAGS) ### external setting
CXXFLAGS += -std=c++11
CXXFLAGS += -O2