diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-09 06:32:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-09 06:32:32 +0800 |
commit | 00129fc2217d79f73df4ee60d850f9dfa75b5e95 (patch) | |
tree | e449e6684fbc4e6a70e998beea83bead61ed3256 /net-im/pidgin-guifications | |
parent | 813dc584d7fb21cbec93599de0992ce5707b5462 (diff) | |
download | freebsd-ports-gnome-00129fc2217d79f73df4ee60d850f9dfa75b5e95.tar.gz freebsd-ports-gnome-00129fc2217d79f73df4ee60d850f9dfa75b5e95.tar.zst freebsd-ports-gnome-00129fc2217d79f73df4ee60d850f9dfa75b5e95.zip |
- Fix build on HEAD after objformat remove
PR: 108823
Submitted by: ports@c0decafe.net (maintainer)
Diffstat (limited to 'net-im/pidgin-guifications')
-rw-r--r-- | net-im/pidgin-guifications/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile index 72c418630e08..43e340f83c3a 100644 --- a/net-im/pidgin-guifications/Makefile +++ b/net-im/pidgin-guifications/Makefile @@ -43,5 +43,6 @@ post-extract: -e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \ -e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#' @${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure .include <bsd.port.post.mk> |