From 1c84d16699e0374d3b2c75cc1cad4b996a29043a Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 23 Mar 2020 07:34:19 -0500 Subject: [PATCH] berry: update to 0.1.5. --- srcpkgs/berry/patches/fix-cross.patch | 12 ++++++------ srcpkgs/berry/template | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/berry/patches/fix-cross.patch b/srcpkgs/berry/patches/fix-cross.patch index 550267d6a0..2b069971ae 100644 --- a/srcpkgs/berry/patches/fix-cross.patch +++ b/srcpkgs/berry/patches/fix-cross.patch @@ -1,6 +1,6 @@ --- config.mk.orig +++ config.mk -@@ -4,11 +4,11 @@ +@@ -9,11 +9,11 @@ # Customize below to fit your system # paths @@ -15,7 +15,7 @@ # Xinerama, comment if you don't want it XINERAMALIBS = -lXinerama -@@ -16,7 +16,7 @@ +@@ -21,7 +21,7 @@ # freetype FREETYPELIBS = -lfontconfig -lXft @@ -24,16 +24,16 @@ # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 -@@ -31,7 +31,7 @@ +@@ -36,7 +36,7 @@ # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ${DEBUG_CPPFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS} --CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS} -+CFLAGS += -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS} +-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS} $(NAME_DEFINES) ++CFLAGS += -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS} $(NAME_DEFINES) LDFLAGS = ${LIBS} # Solaris -@@ -39,4 +39,4 @@ +@@ -44,4 +44,4 @@ #LDFLAGS = ${LIBS} # compiler and linker diff --git a/srcpkgs/berry/template b/srcpkgs/berry/template index 0848927601..186b123e3e 100644 --- a/srcpkgs/berry/template +++ b/srcpkgs/berry/template @@ -1,6 +1,6 @@ # Template file for 'berry' pkgname=berry -version=0.1.4 +version=0.1.5 revision=1 build_style=gnu-makefile make_use_env=yes @@ -10,7 +10,7 @@ maintainer="Andrew Benson " license="MIT" homepage="https://github.com/JLErvin/berry" distfiles="https://github.com/JLErvin/berry/archive/${version}.tar.gz" -checksum=0339a799230970e209bc37053f573057119a483781cda714e5435b5911013540 +checksum=7d4a87a709862626ef1e5bb069b0360531718ffd61633167dcbc8619e9eef134 post_install() { vlicense LICENSE