diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-05 21:00:08 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-05 21:00:08 +0000 |
commit | dfe341398fd49cdf72b9aa0c3bd2e12cce255501 (patch) | |
tree | 465fc9560860f0d5b1937a8301db608fdddd0f71 /x11-wm | |
parent | b72f69d110d25d925e602ccf960a8853caf95bd8 (diff) | |
download | ports-dfe341398fd49cdf72b9aa0c3bd2e12cce255501.tar.gz ports-dfe341398fd49cdf72b9aa0c3bd2e12cce255501.zip |
fix objformat problem more properly
Notes
Notes:
svn path=/head/; revision=184307
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index 60e7e60c713e..aa5dcc4d4946 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -17,7 +17,6 @@ COMMENT= CDE like desktop with GTK LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile -USE_AUTOTOOLS= libtool:15 USE_GCC= 4.1 USE_XPM= yes USE_GETTEXT= yes @@ -60,5 +59,6 @@ post-patch: ${WRKSRC}/xfgnome/xfgnome.h @${REINPLACE_CMD} -e 's|static \(nmb_history \*headH;\)|\1|' \ ${WRKSRC}/xfsamba/xfsamba_mem.c + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .include <bsd.port.post.mk> |