diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-13 14:22:58 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-13 14:22:58 +0800 |
| commit | 9c2092d12f5f1f8a0a7853e523c742819126e462 (patch) | |
| tree | d5dac2ac29871e0c809b064b8cfd6a0bd51eb3d4 /devel/gnomevfs2/Makefile | |
| parent | 5e12f2c746b9b6f37e7dcbdb4b91e5e3e5be968f (diff) | |
| download | marcuscom-ports-9c2092d12f5f1f8a0a7853e523c742819126e462.tar.gz marcuscom-ports-9c2092d12f5f1f8a0a7853e523c742819126e462.tar.zst marcuscom-ports-9c2092d12f5f1f8a0a7853e523c742819126e462.zip | |
Correct a memory glitch that broke MIME info (most noticeably to me in yelp).
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1639 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2/Makefile')
| -rw-r--r-- | devel/gnomevfs2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index d71f400f8..2446bff5a 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomevfs2 PORTVERSION= 2.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/2.5 @@ -59,6 +59,7 @@ post-patch: 's|\@datadir\@/gnome|\@datadir\@|g' @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/libgnomevfs/Makefile.in \ + ${WRKSRC}/libgnomevfs/xdgmime.c ${WRKSRC}/modules/vfolder/applications-all-users.vfolder-info.in @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \ ${WRKSRC}/Makefile.in |
