pkgsrc-WIP-changes archive

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

bcal: Remove default -O3



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Fri Dec 14 21:06:03 2018 +0100
Changeset:	adf93353ff4f4dca94e0213761fa0f24614f69d7

Modified Files:
	bcal/distinfo
	bcal/patches/patch-Makefile

Log Message:
bcal: Remove default -O3

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=adf93353ff4f4dca94e0213761fa0f24614f69d7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bcal/distinfo               | 2 +-
 bcal/patches/patch-Makefile | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs:
diff --git a/bcal/distinfo b/bcal/distinfo
index cd9cd354dc..d3d65329e9 100644
--- a/bcal/distinfo
+++ b/bcal/distinfo
@@ -4,4 +4,4 @@ SHA1 (bcal-2.1.tar.gz) = 7d2740ee9abd18370449b4b3e46b8ecac77d7072
 RMD160 (bcal-2.1.tar.gz) = ad91e17d1dd2cf86c670929495eefc0b9cd3e468
 SHA512 (bcal-2.1.tar.gz) = 38965b0f27289e283ed9193c14cd962ec29ed401e8d60e7f012098cb62dacd357d8eac6a5e29f001c0ecf9541fdb55166b0ed2b2ac5c6bc98622244249cff03d
 Size (bcal-2.1.tar.gz) = 34175 bytes
-SHA1 (patch-Makefile) = cbf6bcd47d503cfa0ee1b5453d955fea1b2bae5d
+SHA1 (patch-Makefile) = 10df94f072e4d08e73458f690ec8df1cce356320
diff --git a/bcal/patches/patch-Makefile b/bcal/patches/patch-Makefile
index 13dadfadda..d0409b13b7 100644
--- a/bcal/patches/patch-Makefile
+++ b/bcal/patches/patch-Makefile
@@ -2,12 +2,15 @@ $NetBSD$
 
  - Respect LDFLAGS
  - Respect existing LDLIBS
+ - Remove default -O3
 
 --- Makefile
 +++ Makefile
-@@ -6,18 +6,18 @@ STRIP ?= strip
+@@ -4,20 +4,19 @@ MANDIR = $(DESTDIR)$(PREFIX)/share/man/man1
+ DOCDIR = $(DESTDIR)$(PREFIX)/share/doc/bcal
+ STRIP ?= strip
  
- CFLAGS ?= -O3
+-CFLAGS ?= -O3
  CFLAGS += -Wall -Wextra -Wno-unused-parameter -Werror
 -LDLIBS = -lreadline
 +LDLIBS += -lreadline


Home | Main Index | Thread Index | Old Index