parent
4f2e2c6fe2
commit
0ffa58c698
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gpsbabel'
|
# Template file for 'gpsbabel'
|
||||||
pkgname=gpsbabel
|
pkgname=gpsbabel
|
||||||
version=1.5.3
|
version=1.5.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||||
homepage="http://www.gpsbabel.org/"
|
homepage="http://www.gpsbabel.org/"
|
||||||
|
@ -22,6 +22,10 @@ do_build(){
|
||||||
make doc
|
make doc
|
||||||
cd gui
|
cd gui
|
||||||
qmake
|
qmake
|
||||||
|
sed -i Makefile \
|
||||||
|
-e"s;^\(CFLAGS.*=.*\);& $CFLAGS;" \
|
||||||
|
-e"s;^\(CXXFLAGS.*=.*\);& $CXXFLAGS;" \
|
||||||
|
-e"s;^\(LFLAGS.*=.*\);& $LDFLAGS;"
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue