mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
musl-legacy-compat: add __CONCAT and __STRING.
This commit is contained in:
parent
8b1976339a
commit
af214161ec
2 changed files with 4 additions and 1 deletions
|
@ -24,3 +24,6 @@
|
||||||
# define __THROW
|
# define __THROW
|
||||||
# define __NTH(fct) fct
|
# define __NTH(fct) fct
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define __CONCAT(x,y) x ## y
|
||||||
|
#define __STRING(x) #x
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'musl-legacy-compat'
|
# Template file for 'musl-legacy-compat'
|
||||||
pkgname=musl-legacy-compat
|
pkgname=musl-legacy-compat
|
||||||
version=0.2
|
version=0.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
only_for_archs="i686-musl x86_64-musl armv5tel-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipsel-musl mipselhf-musl"
|
only_for_archs="i686-musl x86_64-musl armv5tel-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipsel-musl mipselhf-musl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue