mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
cd429f80c6
updated service so it always restarts. Also updated python patch so it applies ageist upstream changes.
10 lines
342 B
Diff
10 lines
342 B
Diff
--- ./Makefile.include.in.orig 2012-11-21 17:42:18.390305179 +0100
|
|
+++ ./Makefile.include.in 2012-11-21 19:30:49.987504858 +0100
|
|
@@ -32,6 +32,7 @@
|
|
CXXFLAGS+=@CXXFLAGS@
|
|
CFLAGS+=@CFLAGS@
|
|
LDFLAGS+=@LDFLAGS@
|
|
+INCLUDES+=-I/opt/python2.7/include
|
|
INCLUDES+=-I@abs_top_srcdir@/lib
|
|
INCLUDES+=-I@abs_top_srcdir@/xbmc
|
|
INCLUDES+=$(sort @INCLUDES@)
|