mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
parent
55908a6124
commit
7263562dd8
2 changed files with 10 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- src/common.c.orig 2016-05-02 09:54:28.645785781 +0200
|
--- src/common.c
|
||||||
+++ src/common.c 2016-05-02 09:55:05.902151290 +0200
|
+++ src/common.c
|
||||||
@@ -4,7 +4,9 @@
|
@@ -4,7 +4,9 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -7,6 +7,6 @@
|
||||||
+#ifdef HAVE_BACKTRACE
|
+#ifdef HAVE_BACKTRACE
|
||||||
#include <execinfo.h>
|
#include <execinfo.h>
|
||||||
+#endif
|
+#endif
|
||||||
#include <errno.h>
|
#include <sys/types.h>
|
||||||
#include <glib.h>
|
#include <sys/stat.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'smbnetfs'
|
# Template file for 'smbnetfs'
|
||||||
pkgname=smbnetfs
|
pkgname=smbnetfs
|
||||||
version=0.6.0
|
version=0.6.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gnome-keyring"
|
hostmakedepends="pkg-config autoconf"
|
||||||
hostmakedepends="pkg-config"
|
makedepends="fuse-devel libglib-devel samba-devel attr-devel"
|
||||||
makedepends="fuse-devel libglib-devel samba-devel"
|
|
||||||
short_desc="Fuse filesystem to mount SMB shares"
|
short_desc="Fuse filesystem to mount SMB shares"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://smbnetfs.sourceforge.net"
|
homepage="http://smbnetfs.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=6dd20bf01201f8be4b5d20cfbfba627f6825bcb60fe71f54d8c8de18509e519b
|
checksum=848b8ee4c1b5cc4c83ee35736cb28e1ddcd5789cca948f060e8cb76baa95380a
|
||||||
|
|
Loading…
Add table
Reference in a new issue