mg: update to 20160905.

This commit is contained in:
Michael Gehring 2016-09-05 13:23:44 +02:00
parent 07073e5c86
commit 246d3f6b34
2 changed files with 23 additions and 2 deletions

View file

@ -0,0 +1,20 @@
--- GNUmakefile.orig 2016-09-05 13:51:19.133051791 +0200
+++ GNUmakefile 2016-09-05 13:51:29.519052327 +0200
@@ -13,7 +13,7 @@
includedir= $(prefix)/include
mandir= $(prefix)/man
-PKG_CONFIG= /usr/bin/pkg-config --silence-errors
+PKG_CONFIG= pkg-config --silence-errors
INSTALL= /usr/bin/install
STRIP= /usr/bin/strip
@@ -33,7 +33,7 @@
$(error You probably need to install "libbsd-dev" or "libbsd-devel" or something like that.)
endif
-CURSES_LIBS:= $(shell $(PKG_CONFIG) --libs ncurses)
+CURSES_LIBS:= $(shell $(PKG_CONFIG) --libs ncursesw)
ifeq ($(CURSES_LIBS),)
$(error You probably need to install "libncurses5-dev" or "libnnurses6-devel" or something like that.)
endif

View file

@ -1,14 +1,15 @@
# Template file for 'mg'
pkgname=mg
version=20160901
version=20160905
revision=1
hostmakedepends="pkg-config"
makedepends="libbsd-devel ncurses-devel"
homepage="http://homepage.boetes.org/software/mg"
short_desc="Micro GNU/emacs"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Public Domain"
distfiles="$homepage/mg-$version.tar.gz"
checksum=d5241efaaeb26959fee39df7a9fe6def0794dd2251b635dac36072375aecb478
checksum=72c14476f98e341a01520f09ab8dfdd52663498d9dc14d0831c31697a08b8349
CFLAGS="-DTCSASOFT=0"