View | Details | Raw Unified | Return to bug 34229
Collapse All | Expand All

(-)xfce/Makefile (+13 lines)
Lines 46-56 Link Here
46
CONFIGURE_ARGS+=	--disable-xinerama
46
CONFIGURE_ARGS+=	--disable-xinerama
47
.endif
47
.endif
48
48
49
.if exists(${LOCALBASE}/include/iconv.h)
50
WITH_ICONV=	yes
51
.endif
52
.if defined(WITH_ICONV)
53
LIB_DEPENDS+=	iconv:2:${PORTSDIR}/converters/iconv
54
.endif
55
49
pre-everything::
56
pre-everything::
50
.if !defined(WITH_XFT) && ${XFREE86_VERSION} == 4
57
.if !defined(WITH_XFT) && ${XFREE86_VERSION} == 4
51
	@${ECHO_MSG}
58
	@${ECHO_MSG}
52
	@${ECHO_MSG} "If you want to enable anti-aliased font support,"
59
	@${ECHO_MSG} "If you want to enable anti-aliased font support,"
53
	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_XFT=yes\""
60
	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_XFT=yes\""
61
	@${ECHO_MSG}
62
.endif
63
.if !defined(WITH_ICONV)
64
	@${ECHO_MSG}
65
	@${ECHO_MSG} "If you want to use iconv library,"
66
	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_ICONV=yes\""
54
	@${ECHO_MSG}
67
	@${ECHO_MSG}
55
.endif
68
.endif
56
69
(-)xfce/files/patch-xfmenu::Makefile.in (+11 lines)
Line 0 Link Here
1
--- xfmenu/Makefile.in.orig	Mon Jan 21 04:16:57 2002
2
+++ xfmenu/Makefile.in	Thu Jan 24 16:24:53 2002
3
@@ -141,7 +141,7 @@
4
 
5
 xfmenu_LDADD = ../libs/libxfwmcore.la @DMALLOC_LIB@  @GLIB_LIBS@ \
6
  ${X_LIBS} ${X_PRE_LIBS} \
7
- -lXext -lX11 -lXpm @XFT_LIBS@
8
+ -lXext -lX11 -lXpm @XFT_LIBS@ @INTLLIBS@
9
 
10
 
11
 xfmenu_DEPENDENCIES = ../libs/libxfwmcore.la

Return to bug 34229