summaryrefslogtreecommitdiff
path: root/x11-wm/xfce
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
commita68d2827d36597f96c7dac2b6e0ae381aecbc24c (patch)
treecbc29822393959d2cb1fa583902329503e9ddcd6 /x11-wm/xfce
parentIconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with (diff)
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Notes
Notes: svn path=/head/; revision=56294
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r--x11-wm/xfce/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile
index 8cca42a94d0f..0471f34d9266 100644
--- a/x11-wm/xfce/Makefile
+++ b/x11-wm/xfce/Makefile
@@ -58,11 +58,8 @@ pre-everything::
pre-patch:
@${PERL} -pi -e \
- 's|DATADIRNAME=lib|DATADIRNAME=share|g ; \
- s|<iconv.h>|<giconv.h>|g ; \
- s|-liconv|-lgiconv|g' ${WRKSRC}/configure
+ 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${PERL} -pi -e 's|gtk-config|${GTK_CONFIG:T}|g' ${WRKSRC}/xfce/setup.c
- @${PERL} -pi -e 's|<iconv.h>|<giconv.h>|g' ${WRKSRC}/xfmenu/xfmenu.c
@${PERL} -pi -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in
.include <bsd.port.post.mk>