mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
mg: update to 20160905.
This commit is contained in:
parent
07073e5c86
commit
246d3f6b34
2 changed files with 23 additions and 2 deletions
20
srcpkgs/mg/patches/pkg-config-ncurses.patch
Normal file
20
srcpkgs/mg/patches/pkg-config-ncurses.patch
Normal 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
|
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'mg'
|
# Template file for 'mg'
|
||||||
pkgname=mg
|
pkgname=mg
|
||||||
version=20160901
|
version=20160905
|
||||||
revision=1
|
revision=1
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libbsd-devel ncurses-devel"
|
makedepends="libbsd-devel ncurses-devel"
|
||||||
homepage="http://homepage.boetes.org/software/mg"
|
homepage="http://homepage.boetes.org/software/mg"
|
||||||
short_desc="Micro GNU/emacs"
|
short_desc="Micro GNU/emacs"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
distfiles="$homepage/mg-$version.tar.gz"
|
distfiles="$homepage/mg-$version.tar.gz"
|
||||||
checksum=d5241efaaeb26959fee39df7a9fe6def0794dd2251b635dac36072375aecb478
|
checksum=72c14476f98e341a01520f09ab8dfdd52663498d9dc14d0831c31697a08b8349
|
||||||
|
|
||||||
CFLAGS="-DTCSASOFT=0"
|
CFLAGS="-DTCSASOFT=0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue