summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 08:33:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 08:33:29 +0000
commit3bbfad4fc5662ea918618641abced3af8b62d598 (patch)
treed856619e2b88f1b63acfce6166999a44aa7dcd43 /x11/gnome-libs
parent- Add backup MASTER_SITES (diff)
Fix the build after the removal of objformat.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=184106
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index f66c3f4bb37e..a315b25e438e 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -45,6 +45,9 @@ DOCSDIR= ${PREFIX}/share/doc/gnomelibs
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/gnome-config.in ${WRKSRC}/libgnome/gnome-util.c
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
+ ${WRKSRC}/configure \
+ ${WRKSRC}/libart_lgpl/configure
# need to make launched gnome-terminals appear in utmp/wtmp
.if !target(post-install)