summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:37:52 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:37:52 +0000
commit32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 (patch)
tree5badba5272b71ca0f2ae24092afab850b81c7059 /graphics/png
parent2476b87659dab34be04553e56079d38facafe0ad (diff)
downloadpkgsrc-32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1.tar.gz
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/hacks.mk b/graphics/png/hacks.mk
index 81486c5ab64..e99efac8033 100644
--- a/graphics/png/hacks.mk
+++ b/graphics/png/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.4 2014/12/15 11:46:35 jperkin Exp $
+# $NetBSD: hacks.mk,v 1.5 2019/11/02 22:38:01 rillig Exp $
.if !defined(PNG_HACKS_MK)
PNG_HACKS_MK= defined
@@ -12,7 +12,7 @@ PNG_HACKS_MK= defined
# XXX: is there any good way to replace the default -O2 with multiple args?
#PKG_HACKS+= optimisation
#BUILDLINK_TRANSFORM+= opt:-O[2-9]*:-O2 -fno-ipa-sra
-CFLAGS+=-O2 -fno-ipa-sra
+CFLAGS+= -O2 -fno-ipa-sra
.endif
.endif # PNG_HACKS_MK