mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
SMC: fix build
This commit is contained in:
parent
76fbcdd508
commit
3d899d6976
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'SMC'.
|
# Template file for 'SMC'.
|
||||||
pkgname=SMC
|
pkgname=SMC
|
||||||
version=1.9
|
version=1.9
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname,,}-${version}
|
wrksrc=${pkgname,,}-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool gettext-devel pkg-config unzip"
|
hostmakedepends="automake libtool gettext-devel pkg-config unzip"
|
||||||
|
@ -20,7 +20,7 @@ checksum="
|
||||||
c5bb2e1830c7cbe499c93851f5a02b2b900b4730d2c7a133a44a7b43a297dab8"
|
c5bb2e1830c7cbe499c93851f5a02b2b900b4730d2c7a133a44a7b43a297dab8"
|
||||||
|
|
||||||
CXXFLAGS="-fpermissive -std=c++11"
|
CXXFLAGS="-fpermissive -std=c++11"
|
||||||
LDFLAGS="-lX11 -lboost_system"
|
LDFLAGS="-Wl,--no-as-needed -lX11 -lboost_system"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# remove CRs from end of line
|
# remove CRs from end of line
|
||||||
|
|
Loading…
Add table
Reference in a new issue