diff options
Diffstat (limited to 'graphics/gimp-lensfun-plugin/files/patch-Makefile')
-rw-r--r-- | graphics/gimp-lensfun-plugin/files/patch-Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gimp-lensfun-plugin/files/patch-Makefile b/graphics/gimp-lensfun-plugin/files/patch-Makefile new file mode 100644 index 000000000000..b339e520a9f5 --- /dev/null +++ b/graphics/gimp-lensfun-plugin/files/patch-Makefile @@ -0,0 +1,20 @@ +--- Makefile.orig 2014-02-08 09:31:49.000000000 -0200 ++++ Makefile 2014-03-22 22:41:34.000000000 -0300 +@@ -9,8 +9,6 @@ + + + # set standard values, if not set by default +-CXX ?= g++ +-CXXFLAGS += -O3 -Wall + + + # project-specific flags +@@ -26,8 +24,6 @@ + endif + else + # comment to disable OpenMP +- CXXFLAGS += -fopenmp +- LDFLAGS += -fopenmp + endif + + |