Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/guetzli guetzli: now the correct patch comes in



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a59ac765dca9
branches:  trunk
changeset: 428821:a59ac765dca9
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Apr 12 08:41:02 2020 +0000

description:
guetzli: now the correct patch comes in

diffstat:

 graphics/guetzli/distinfo                   |   4 ++--
 graphics/guetzli/patches/patch-guetzli.make |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 441140bb02d8 -r a59ac765dca9 graphics/guetzli/distinfo
--- a/graphics/guetzli/distinfo Sun Apr 12 08:36:13 2020 +0000
+++ b/graphics/guetzli/distinfo Sun Apr 12 08:41:02 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2020/04/12 06:51:09 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/04/12 08:41:02 adam Exp $
 
 SHA1 (guetzli-1.0.1.tar.gz) = afead6c93028521e3f336097f3547d20c17cefa5
 RMD160 (guetzli-1.0.1.tar.gz) = 1203667b1a4871d7034b9e4d1224fa6141aabb2a
 SHA512 (guetzli-1.0.1.tar.gz) = 0aba6c7490699fa123d78e2c3b61c5a6ab2660ab4a3d5126f592a667e86f4ca69384e952c9bd20a9527919dae2b412972d9b3e51fc6a6302d4e0cafe81895ef3
 Size (guetzli-1.0.1.tar.gz) = 97251 bytes
-SHA1 (patch-guetzli.make) = 39a3ac5a7dfda1679e122be0296f4a59360c5a18
+SHA1 (patch-guetzli.make) = 5536ed80fb3c6f2597b96f5730f34af0e0e90d7b
diff -r 441140bb02d8 -r a59ac765dca9 graphics/guetzli/patches/patch-guetzli.make
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/guetzli/patches/patch-guetzli.make       Sun Apr 12 08:41:02 2020 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-guetzli.make,v 1.1 2020/04/12 08:41:02 adam Exp $
+
+Don't override optimization flags.
+
+--- guetzli.make.orig  2018-01-13 22:54:20.000000000 +0000
++++ guetzli.make
+@@ -19,8 +19,8 @@ ifeq ($(config),release)
+   INCLUDES += -I. -Ithird_party/butteraugli
+   FORCE_INCLUDE +=
+   ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP $(DEFINES) $(INCLUDES)
+-  ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) -O3 -g `pkg-config --cflags libpng`
+-  ALL_CXXFLAGS += $(CXXFLAGS) $(ALL_CPPFLAGS) -O3 -g -std=c++11 `pkg-config --cflags libpng`
++  ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) `pkg-config --cflags libpng`
++  ALL_CXXFLAGS += $(CXXFLAGS) $(ALL_CPPFLAGS) -std=c++11 `pkg-config --cflags libpng`
+   ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
+   LIBS +=
+   LDDEPS +=



Home | Main Index | Thread Index | Old Index