Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
epiphany-1.2.6 + mozilla 1.7.2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
tyfon
n00b
n00b


Joined: 18 Aug 2004
Posts: 6

PostPosted: Wed Aug 18, 2004 10:32 am    Post subject: epiphany-1.2.6 + mozilla 1.7.2 Reply with quote

Configure stopped on epiphany 1.2.6 for me with mozilla 1.7.2 installed (it wanted 1.7, not 1.7.2).. So here is a quick fix..

add to bottom of epiphany-1.2.6.ebuild:
src_unpack() {
unpack ${A}
cd ${S}

# Fix C sources, so it compiles using gcc-2.
epatch ${FILESDIR}/${P}-gcc2_fix.patch
}


files/epiphany-1.2.6-moz127.patch:
--- configure 2004-08-17 22:11:23.414430424 +0200
+++ configure 2004-08-17 22:10:10.876457872 +0200
@@ -21923,6 +21923,7 @@ case "$MOZILLA_VERSION" in
1.7rc2) MOZILLA_SNAPSHOT=16 ;;
1.7rc3) MOZILLA_SNAPSHOT=17 ;;
1.7) MOZILLA_SNAPSHOT=17 ;;
+1.7.2) MOZILLA_SNAPSHOT=17 ;;
branch1.7) MOZILLA_SNAPSHOT=17 ;;
1.8a) MOZILLA_SNAPSHOT=18 ;;
1.8a1) MOZILLA_SNAPSHOT=18 ;;


works for me :)
Back to top
View user's profile Send private message
tyfon
n00b
n00b


Joined: 18 Aug 2004
Posts: 6

PostPosted: Wed Aug 18, 2004 10:49 am    Post subject: Reply with quote

nm :p
i just did a emerge sync and it was fixed now hehe
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum