From 918214ddc26ec69e36c94fdb9bd454b444d7e8ab Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 28 Mar 2007 20:06:51 +0000 Subject: - Fix after objformat removal Reported by: pointyhat --- multimedia/gaim-xmms-remote/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'multimedia') diff --git a/multimedia/gaim-xmms-remote/Makefile b/multimedia/gaim-xmms-remote/Makefile index 2bec588bcf86..725649c8956f 100644 --- a/multimedia/gaim-xmms-remote/Makefile +++ b/multimedia/gaim-xmms-remote/Makefile @@ -28,5 +28,6 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ -e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \ -e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#' + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure .include -- cgit