Skip to content

Commit

Permalink
accountsservice: autoreconf with our intltool.m4 to fix intltool conf…
Browse files Browse the repository at this point in the history
…iguration, update patches, build deps.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@117640 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
dbevans committed Mar 6, 2014
1 parent f530e42 commit d23035a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
10 changes: 8 additions & 2 deletions gnome/accountsservice/Portfile
Expand Up @@ -25,19 +25,25 @@ checksums rmd160 d609695af2d85ce9de24d43e1a6b698418806493 \
depends_build port:pkgconfig \ depends_build port:pkgconfig \
port:intltool \ port:intltool \
port:xmlto \ port:xmlto \
port:libxslt port:libxslt \
port:gtk-doc


depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:policykit \ port:policykit \
port:gobject-introspection port:gobject-introspection


patchfiles patch-src-daemon.c.diff \ patchfiles patch-src-daemon.c.diff \
patch-src-libaccountsservice-Makefile.in.diff patch-src-libaccountsservice-Makefile.am.diff


post-patch { post-patch {
reinplace "s|@@MP_PREFIX@@|${prefix}|" ${worksrcpath}/src/daemon.c reinplace "s|@@MP_PREFIX@@|${prefix}|" ${worksrcpath}/src/daemon.c
} }


# autoreconf with our intltool.m4

use_autoreconf yes
autoreconf.args -fvi

configure.args --enable-introspection=yes \ configure.args --enable-introspection=yes \
--disable-systemd \ --disable-systemd \
--disable-silent-rules --disable-silent-rules
Expand Down
@@ -0,0 +1,10 @@
--- src/libaccountsservice/Makefile.am.orig 2014-03-06 10:51:34.000000000 -0800
+++ src/libaccountsservice/Makefile.am 2014-03-06 10:52:09.000000000 -0800
@@ -82,7 +82,6 @@
libaccountsservice_la_LIBADD = \
../libaccounts-generated.la \
$(LIBACCOUNTSSERVICE_LIBS) \
- -lcrypt \
$(END_OF_LIST)

libaccountsservice_la_sources = \

This file was deleted.

0 comments on commit d23035a

Please sign in to comment.