projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19420d4
)
net-misc/tigervnc: Reinstate PIC builds for ARM/HPPA (bug #588556).
author
Jeroen Roovers
<jer@gentoo.org>
Mon, 11 Jul 2016 05:49:52 +0000
(07:49 +0200)
committer
Jeroen Roovers
<jer@gentoo.org>
Mon, 11 Jul 2016 05:50:32 +0000
(07:50 +0200)
Package-Manager: portage-2.3.0
net-misc/tigervnc/tigervnc-1.6.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/tigervnc/tigervnc-1.6.0-r1.ebuild
b/net-misc/tigervnc/tigervnc-1.6.0-r1.ebuild
index fae96b21d663f7171401f59097db2c8d53c836ae..c4a46b337592a75f66f138014b1d45238482505d 100644
(file)
--- a/
net-misc/tigervnc/tigervnc-1.6.0-r1.ebuild
+++ b/
net-misc/tigervnc/tigervnc-1.6.0-r1.ebuild
@@
-94,6
+94,8
@@
src_prepare() {
}
src_configure() {
+ use arm || use hppa && append-flags "-fPIC"
+
local mycmakeargs=(
-DENABLE_GNUTLS=$(usex gnutls)
-DENABLE_PAM=$(usex pam)