mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
projectM: remove wrong #include "Intrinsics.h"
Try to fix the build of dependencies by removing an obviously wrong include from Common.hpp
This commit is contained in:
parent
0cc5823111
commit
0752c86151
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'projectM'
|
# Template file for 'projectM'
|
||||||
pkgname=projectM
|
pkgname=projectM
|
||||||
version=3.1.11
|
version=3.1.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper=qmake
|
build_helper=qmake
|
||||||
configure_args="--datadir=/usr/libexec --enable-qt --enable-pulseaudio
|
configure_args="--datadir=/usr/libexec --enable-qt --enable-pulseaudio
|
||||||
|
@ -27,6 +27,8 @@ post_install() {
|
||||||
# fix location of desktop files
|
# fix location of desktop files
|
||||||
vmkdir usr/share
|
vmkdir usr/share
|
||||||
mv $DESTDIR/usr/libexec/{applications,icons} $DESTDIR/usr/share
|
mv $DESTDIR/usr/libexec/{applications,icons} $DESTDIR/usr/share
|
||||||
|
vsed -i $DESTDIR/usr/include/libprojectM/Common.hpp \
|
||||||
|
-e '/#include "Intrinsics.h"/d'
|
||||||
}
|
}
|
||||||
|
|
||||||
projectM-devel_package() {
|
projectM-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue