Skip to content

Commit

Permalink
graphics/ssocr: Update to 2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 30, 2022
1 parent e6e3167 commit 9db869d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion graphics/ssocr/Makefile
@@ -1,7 +1,7 @@
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME= ssocr
PORTVERSION= 2.22.0
PORTVERSION= 2.22.1
CATEGORIES= graphics
MASTER_SITES= http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ \
LOCAL/ehaupt
Expand Down
6 changes: 3 additions & 3 deletions graphics/ssocr/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1637695069
SHA256 (ssocr-2.22.0.tar.bz2) = 007e65b4a087dbead0cb2f49502be4adb9195ca5372b9a547f01812a99b6bd90
SIZE (ssocr-2.22.0.tar.bz2) = 39528
TIMESTAMP = 1643534109
SHA256 (ssocr-2.22.1.tar.bz2) = 14417478e94f39e1295f2477c7900a4077a06d2442d8bfa1c88159dec98ec7e9
SIZE (ssocr-2.22.1.tar.bz2) = 39627
10 changes: 5 additions & 5 deletions graphics/ssocr/files/patch-Makefile
@@ -1,11 +1,11 @@
--- Makefile.orig 2021-11-07 11:31:27 UTC
--- Makefile.orig 2022-01-25 17:57:16 UTC
+++ Makefile
@@ -1,7 +1,7 @@
# minimal CFLAGS definition (try if compilation fails with default CFLAGS)
#CFLAGS := $(shell imlib2-config --cflags)
#CFLAGS := $(shell if command -v imlib2-config >/dev/null; then imlib2-config --cflags; else pkg-config --cflags imlib2; fi)
# default CFLAGS definition
-CFLAGS := -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -fstack-protector-all $(shell imlib2-config --cflags) -O3
+CFLAGS := $(CFLAGS) -D_FORTIFY_SOURCE=2 $(shell imlib2-config --cflags)
LDLIBS := -lm $(shell imlib2-config --libs)
-CFLAGS := -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -fstack-protector-all $(shell if command -v imlib2-config >/dev/null; then imlib2-config --cflags; else pkg-config --cflags imlib2; fi) -O3
+CFLAGS := $(CFLAGS) -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -fstack-protector-all $(shell if command -v imlib2-config >/dev/null; then imlib2-config --cflags; else pkg-config --cflags imlib2; fi)
LDLIBS := -lm $(shell if command -v imlib2-config >/dev/null; then imlib2-config --libs; else pkg-config --libs imlib2; fi)
PREFIX := /usr/local
BINDIR := $(PREFIX)/bin

0 comments on commit 9db869d

Please sign in to comment.