FBReader: fix build for secondary arch

This commit is contained in:
Gerasim Troeglazov
2018-08-21 00:16:27 +10:00
parent 2ee37fb797
commit 907a439cf5
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ without DRM, and plain-text."
HOMEPAGE="http://www.fbreader.org"
COPYRIGHT="Geometer Plus, LLC; FBReader.ORG Limited"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.fbreader.org/files/desktop/fbreader-sources-$portVersion.tgz"
CHECKSUM_SHA256="3d7c31d5ea314589d2a963290ad16f4d3d631a41e802b8b39f8be0c9f71eb8e9"
PATCHES="fbreader-$portVersion.patchset"

View File

@@ -700,7 +700,7 @@ index 0000000..64ee9ab
+LDFLAGS =
+EXTERNAL_INCLUDE = $(shell pkg-config --cflags fribidi)
+
+MOC = /bin/moc
+MOC = moc
+QTINCLUDE = $(shell pkg-config --cflags Qt5Gui Qt5Widgets Qt5Network)
+UILIBS = $(shell pkg-config --libs Qt5Gui Qt5Widgets Qt5Network)
+