diff options
author | pav <pav@FreeBSD.org> | 2007-03-29 04:06:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-29 04:06:51 +0800 |
commit | 918214ddc26ec69e36c94fdb9bd454b444d7e8ab (patch) | |
tree | 9c5a8e1b62830b372b59042dee875d99b30fd74a /multimedia | |
parent | 097dcd8cefeb4180cf910afd76057b2062cc3bcf (diff) | |
download | freebsd-ports-gnome-918214ddc26ec69e36c94fdb9bd454b444d7e8ab.tar.gz freebsd-ports-gnome-918214ddc26ec69e36c94fdb9bd454b444d7e8ab.tar.zst freebsd-ports-gnome-918214ddc26ec69e36c94fdb9bd454b444d7e8ab.zip |
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gaim-xmms-remote/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.mk> |