summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pacner2015-06-21 16:54:28 +0200
committerJan Pacner2015-06-21 16:54:28 +0200
commite9417dd73b5ee5bcceedb6702c9d433644648196 (patch)
tree3a13cff326597f9fd788f4bc26e97f3a20626120
parenta9ae782ef47790018e56384d7ac1a581f0e7739d (diff)
downloadaur-e9417dd73b5ee5bcceedb6702c9d433644648196.tar.gz
update to current version and make it compile
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0c4effd976a..3a60afdf0390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -153,13 +153,12 @@ EOF
sed -i -r 's|(#include) *"mysql.h"|\1 <mysql/mysql.h>|' \
modules/DaoSQL/DaoMySQL/daoMySQL.h
- # FIXME https://github.com/daokoder/dao-modules/issues/41
- for d in cgi html http json; do
- sed -i -r "s|\"web/$d\"|\"web\"|" modules/web/$d/makefile.dao
- done
-
- # FIXME will be fixed/allowed in upstream soon
+ # FIXME will be fixed in upstream soon
#sed -i -r '/regex/s|^[ #]+||' modules/makefile.dao
+ sed -i -r '/regex/s|(.*)|#\1|' modules/makefile.dao
+
+ # FIXME will be fixed in upstream soon
+ sed -i -r '/image/s|(.*)|#\1|' modules/makefile.dao
# https://github.com/daokoder/DaoSDL/issues/2
#sed -i -r 's|(#include) *"(SDL[^"]+)"|\1 <SDL2/\2>|' \