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

(-)x11-wm/epplets/Makefile (-7 / +8 lines)
Lines 22-28 Link Here
22
		enlightenment:${PORTSDIR}/x11-wm/enlightenment
22
		enlightenment:${PORTSDIR}/x11-wm/enlightenment
23
23
24
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
25
USE_GNOME=	esound
25
USE_GNOME=	esound lthack
26
USE_GL=		yes
26
USE_GL=		yes
27
USE_REINPLACE=	yes
27
USE_REINPLACE=	yes
28
USE_GMAKE=	yes
28
USE_GMAKE=	yes
Lines 35-44 Link Here
35
35
36
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
37
37
38
.if ${OSVERSION} >= 502102
39
BROKEN=		"Does not compile (missing dependency)"
40
.endif
41
42
.if ${ARCH} == "i386"
38
.if ${ARCH} == "i386"
43
APM_PROGS=	E-Power.epplet
39
APM_PROGS=	E-Power.epplet
44
PLIST_SUB+=	APM_PROGS=""
40
PLIST_SUB+=	APM_PROGS=""
Lines 47-54 Link Here
47
PLIST_SUB+=	APM_PROGS="@comment "
43
PLIST_SUB+=	APM_PROGS="@comment "
48
.endif
44
.endif
49
45
46
post-extract:
47
	@${RM} -f ${WRKSRC}/api/epplet.h*
48
50
post-patch:
49
post-patch:
51
	@${REINPLACE_CMD} -e \
50
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
52
		's|@APM_PROGS@|${APM_PROGS}|g' ${WRKSRC}/epplets/Makefile.in
51
		's| ../api/epplet.h||g ; \
52
		 s|@APM_PROGS@|${APM_PROGS}|g'
53
	@${REINPLACE_CMD} -e 's| api/epplet.h||g' ${WRKSRC}/configure
53
54
54
.include <bsd.port.post.mk>
55
.include <bsd.port.post.mk>
(-)x11-wm/epplets/files/patch-configure (-10 lines)
Lines 1-10 Link Here
1
--- configure.orig	Tue Aug 26 12:12:44 2003
2
+++ configure	Mon Dec  8 02:20:46 2003
3
@@ -5414,6 +5414,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'

Return to bug 63011