aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-02-04 16:33:29 +0800
committermarcus <marcus@FreeBSD.org>2007-02-04 16:33:29 +0800
commit47dcb0f1bdc7273364c8d52c74a1eab530235b49 (patch)
tree914f102edcf06bef51a9a3a4440c409bbf00d159 /x11
parent1265b8baa368b4e79c3ff2fc1eba6e3fa4678439 (diff)
downloadfreebsd-ports-gnome-47dcb0f1bdc7273364c8d52c74a1eab530235b49.tar.gz
freebsd-ports-gnome-47dcb0f1bdc7273364c8d52c74a1eab530235b49.tar.zst
freebsd-ports-gnome-47dcb0f1bdc7273364c8d52c74a1eab530235b49.zip
Fix the build after the removal of objformat.
Reported by: pointyhat via kris
Diffstat (limited to 'x11')
-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)