mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
winusb: rebuild with wxWidgets-gtk3-3.2.2.1
This commit is contained in:
parent
cee5253e94
commit
540c813a5a
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'winusb'
|
# Template file for 'winusb'
|
||||||
pkgname=winusb
|
pkgname=winusb
|
||||||
version=1.0.11
|
version=1.0.11
|
||||||
revision=10
|
revision=11
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-wx-config=wx-config-gtk3"
|
configure_args="--with-wx-config=wx-config-gtk3"
|
||||||
|
@ -21,6 +21,8 @@ case "${XBPS_TARGET_MACHINE}" in
|
||||||
i686*) depends+=" grub-i386-efi"; makedepends+=" grub-i386-efi" ;;
|
i686*) depends+=" grub-i386-efi"; makedepends+=" grub-i386-efi" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
sed -i Makefile src/Makefile \
|
sed -i Makefile src/Makefile \
|
||||||
-e"s;^\(CXXFLAGS *=\)\(.*\);\1 ${CXXFLAGS} \2;"
|
-e"s;^\(CXXFLAGS *=\)\(.*\);\1 ${CXXFLAGS} \2;"
|
||||||
|
|
Loading…
Add table
Reference in a new issue