Skip to content

Commit

Permalink
pilot-link: resurrected & fixed for sylpheed
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed May 6, 2013
1 parent 781c398 commit 8a0f0b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
25 changes: 11 additions & 14 deletions utils/pilot-link/BUILD
@@ -1,18 +1,15 @@
(
patch_it $SOURCE2 1 &&
patch_it $SOURCE3 0 &&

patch_it $SOURCE_CACHE/$SOURCE2 1 &&
bad_flags -Werror &&

bad_flags -Werror &&
OPTS+=" --enable-conduits --enable-threads " &&

OPTS+=" --enable-conduits --enable-threads " &&
if [ "`arch`" == "x86_64" ]; then
export CFLAGS="$CFLAGS -fPIC"
fi &&

if [ "`arch`" == "x86_64" ]; then
export CFLAGS="$CFLAGS -fPIC"
fi &&

LDFLAGS+=" $LDFLAGS -lm " &&
default_config &&
default_make &&
gather_docs doc/*

) > $C_FIFO 2>&1
LDFLAGS+=" $LDFLAGS -lm " &&
default_config &&
default_make &&
gather_docs doc/*
5 changes: 4 additions & 1 deletion utils/pilot-link/DETAILS
Expand Up @@ -2,10 +2,13 @@
VERSION=0.12.5
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=pilot-link-0.12.5-perl514.patch
SOURCE3=pilot-link-0.12.3-libpng14.patch
SOURCE_URL=http://downloads.pilot-link.org/
SOURCE2_URL=http://gentoo-overlays.zugaina.org/funtoo/portage/app-pda/pilot-link/files/
SOURCE2_URL=http://gpo.zugaina.org/data/funtoo/app-pda/pilot-link/files
SOURCE3_URL=http://gpo.zugaina.org/data/funtoo/app-pda/pilot-link/files
SOURCE_VFY=sha1:b822466333ba58bbb32d7cfe5c547f4e7a78bdee
SOURCE2_VFY=sha1:74cf4176ee40e68c0bbbe121690ca8a0b9bbcc04
SOURCE3_VFY=sha1:da6cc70e99b9cff1d021bb5d299c677d71a63ee0
WEB_SITE=http://www.pilot-link.org/
ENTERED=20011129
UPDATED=20101116
Expand Down

0 comments on commit 8a0f0b8

Please sign in to comment.