mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
opensurge: update to 0.6.1.
This commit is contained in:
parent
b7a4d0edcf
commit
bea469e321
2 changed files with 2 additions and 20 deletions
|
@ -1,18 +0,0 @@
|
||||||
--- a/src/core/zip/zip.h
|
|
||||||
+++ b/src/core/zip/zip.h
|
|
||||||
@@ -19,15 +19,6 @@
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
-#if !defined(_SSIZE_T_DEFINED) && !defined(_SSIZE_T_DEFINED_) && \
|
|
||||||
- !defined(_SSIZE_T) && !defined(_SSIZE_T_) && \
|
|
||||||
- !defined(__ssize_t_defined) && !defined(ssize_t) && \
|
|
||||||
- !defined(_SSIZE_T_DECLARED) && !defined(HAVE_SSIZE_T)
|
|
||||||
-#define _SSIZE_T
|
|
||||||
-#define __ssize_t_defined
|
|
||||||
-typedef long ssize_t; /* byte count or error */
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
#ifndef MAX_PATH
|
|
||||||
#define MAX_PATH 32767 /* # chars in a path name including NULL */
|
|
||||||
#endif
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'opensurge'
|
# Template file for 'opensurge'
|
||||||
pkgname=opensurge
|
pkgname=opensurge
|
||||||
version=0.6.0.3
|
version=0.6.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="surgescript pkg-config"
|
hostmakedepends="surgescript pkg-config"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://opensurge2d.org/"
|
homepage="https://opensurge2d.org/"
|
||||||
distfiles="https://github.com/alemart/opensurge/archive/v${version}.tar.gz"
|
distfiles="https://github.com/alemart/opensurge/archive/v${version}.tar.gz"
|
||||||
checksum=aded4ed6a774c08ad20ae5c629e2bcabbe2d0a3a69c2348e72ac3e22efc2abeb
|
checksum=26180419415de53d062e51594a0dc30ba611c4efbee2d94d84d3285f37cf6cc8
|
||||||
replaces="opensurge-data>=0"
|
replaces="opensurge-data>=0"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue