Skip to content

Commit 4c00fd8

Browse files
committed
wxhexeditor: use old standard.
1 parent 84cdc8e commit 4c00fd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/wxhexeditor/PKGBUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ pkgver() {
2323
build() {
2424
cd $pkgname
2525

26+
export CFLAGS="-O2 -Wall -Wno-error -Wno-implicit-function-declaration -std=gnu89"
27+
export CXXFLAGS="${CXXFLAGS} -O2 -Wall -Wno-error -Wno-implicit-function-declaration -std=gnu89"
2628
make -s WXCONFIG='/usr/bin/wx-config' CXXFLAGS="${CXXFLAGS/-fno-rtti/}"
2729
}
2830

0 commit comments

Comments
 (0)