diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 10:44:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 10:44:29 +0000 |
commit | 3e4a806167fd4921ccc48623317dc31d7ab4f276 (patch) | |
tree | 2e1c942caa79a250b3baeb557ee3445960e10d70 /devel/gnome-vfs/Makefile | |
parent | d9b2d0f0da5b6f85f90547429dadaa903033f59a (diff) | |
download | ports-3e4a806167fd4921ccc48623317dc31d7ab4f276.tar.gz ports-3e4a806167fd4921ccc48623317dc31d7ab4f276.zip |
Notes
Diffstat (limited to 'devel/gnome-vfs/Makefile')
-rw-r--r-- | devel/gnome-vfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index a67634812777..7fa66954c524 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -88,6 +88,8 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ ${WRKSRC}/*/Makefile.in + @${REINPLACE_CMD} '/^gnomevfs_info_LDADD =/s/$$/ -lgobject-2.0/' \ + ${WRKSRC}/programs/Makefile.in @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |