diff options
author | pav <pav@FreeBSD.org> | 2007-03-28 11:56:32 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-28 11:56:32 +0000 |
commit | 540cce369a983454c6f259f49a34f52f962e2337 (patch) | |
tree | 2a6bacc1a8b87d022ab4e097a7f78e4a6a32be7f /x11-themes/icegradient | |
parent | 193f1d39fbc0c1099ba802267cd742f9bafdfb45 (diff) | |
download | FreeBSD-ports-540cce369a983454c6f259f49a34f52f962e2337.zip FreeBSD-ports-540cce369a983454c6f259f49a34f52f962e2337.tar.gz |
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'x11-themes/icegradient')
-rw-r--r-- | x11-themes/icegradient/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-themes/icegradient/Makefile b/x11-themes/icegradient/Makefile index 017adaa..263319a 100644 --- a/x11-themes/icegradient/Makefile +++ b/x11-themes/icegradient/Makefile @@ -26,5 +26,6 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> |