summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoe2015-06-26 12:19:56 +0200
committerzoe2015-06-26 12:19:56 +0200
commit34b1afd95092b5715a1a75090411ba447793ea72 (patch)
treeea7a54728c665d62d5671de573eb7a9e1949eda8 /PKGBUILD
parentda9c92454ef8f4c84ba70daaa46b7fd96486af08 (diff)
downloadaur-34b1afd95092b5715a1a75090411ba447793ea72.tar.gz
Update to 0.7.5-6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e40c3cd4eace..dd5593056abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ build() {
# Compile code with -fPIC (build code with Position Independent Code)
sed -i '49iADD_DEFINITIONS(-fPIC)' CMakeLists.txt
- sed -i 's/OPTION(STATIC_DRUMSTICK "Build drumstick static library" OFF)/OPTION(STATIC_DRUMSTICK "Build drumstick static library" ON)' CMakeLists.txt
+ sed -i 's/OPTION(STATIC_DRUMSTICK\ "Build\ drumstick\ static\ library"\ OFF)/OPTION(STATIC_DRUMSTICK\ "Build\ drumstick\ static\ library"\ ON)' CMakeLists.txt
sed -i '/OPTION(ENABLE_PCH/ a INCLUDE_DIRECTORIES("/usr/include/drumstick/")' CMakeLists.txt