diff options
author | oliver <oliver@FreeBSD.org> | 2007-02-05 21:00:08 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-02-05 21:00:08 +0000 |
commit | ce3c5885908d70ec6b9c092250892f32986436cd (patch) | |
tree | e283eac2fced5c16b97d9ba111168798447e6d3b /x11-wm | |
parent | 2af8ccbe2162619b26c4e7de4fc0d65f6f66d097 (diff) | |
download | FreeBSD-ports-ce3c5885908d70ec6b9c092250892f32986436cd.zip FreeBSD-ports-ce3c5885908d70ec6b9c092250892f32986436cd.tar.gz |
fix objformat problem more properly
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 60e7e60..aa5dcc4 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> |