parent
055d6f70f8
commit
73d7a6f321
2 changed files with 2 additions and 20 deletions
|
@ -1,18 +0,0 @@
|
|||
--- nnn.c
|
||||
+++ nnn.c
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/statvfs.h>
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
|
||||
-# include <sys/types.h>
|
||||
#include <sys/event.h>
|
||||
#include <sys/time.h>
|
||||
#define BSD_KQUEUE
|
||||
@@ -69,6 +68,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
+#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <readline/history.h>
|
||||
#include <readline/readline.h>
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nnn'
|
||||
pkgname=nnn
|
||||
version=1.5
|
||||
version=1.6
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Dennis Kraus <kraus@posteo.de>"
|
|||
license="BSD"
|
||||
homepage="https://github.com/jarun/nnn"
|
||||
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
|
||||
checksum=f50f59953c29408963bbb961891155bd0a1fe2072d4441cc0ff927b128725c7f
|
||||
checksum=964bcea05613f18882164d11d88f3776b08b67e685ba5174ca78f93c1396ff78
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue