marco: portability patch for musl.
This commit is contained in:
11
srcpkgs/marco/patches/musl.patch
Normal file
11
srcpkgs/marco/patches/musl.patch
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
--- src/ui/theme.c.orig 2015-05-13 18:52:13.340057387 +0200
|
||||||
|
+++ src/ui/theme.c 2015-05-13 18:55:30.469306867 +0200
|
||||||
|
@@ -60,7 +60,8 @@
|
||||||
|
#include <gtk/gtk.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#define __USE_XOPEN
|
||||||
|
+#define _XOPEN_SOURCE
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
|
#define GDK_COLOR_RGBA(color) \
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'marco'
|
# Template file for 'marco'
|
||||||
pkgname=marco
|
pkgname=marco
|
||||||
version=1.8.3
|
version=1.8.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-gtk=2.0 --enable-startup-notification --disable-schemas-compile"
|
configure_args="--disable-static --with-gtk=2.0 --enable-startup-notification --disable-schemas-compile"
|
||||||
hostmakedepends="libtool pkg-config intltool itstool glib-devel gdk-pixbuf-devel zenity"
|
hostmakedepends="libtool pkg-config intltool itstool glib-devel gdk-pixbuf-devel zenity"
|
||||||
|
|||||||
Reference in New Issue
Block a user