diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 11:56:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 11:56:32 +0000 |
commit | d2922f372dba77e182b9b4ee7a8fb48b0849349c (patch) | |
tree | 21e6e5fe1529a1466cfde2f635f7d25419b46c4a /x11-themes/gtkstep-pastel | |
parent | 4cc765aeead24fa70eefef117dad722d415cf7dd (diff) | |
download | ports-d2922f372dba77e182b9b4ee7a8fb48b0849349c.tar.gz ports-d2922f372dba77e182b9b4ee7a8fb48b0849349c.zip |
Notes
Diffstat (limited to 'x11-themes/gtkstep-pastel')
-rw-r--r-- | x11-themes/gtkstep-pastel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-themes/gtkstep-pastel/Makefile b/x11-themes/gtkstep-pastel/Makefile index b654c729737a..c2d2f2a26915 100644 --- a/x11-themes/gtkstep-pastel/Makefile +++ b/x11-themes/gtkstep-pastel/Makefile @@ -24,5 +24,6 @@ GNU_CONFIGURE= 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> |