View | Details | Raw Unified | Return to bug 201414 | Differences between
and this patch

Collapse All | Expand All

(-)x11-fm/pcmanfm/Makefile (-3 / +4 lines)
Lines 13-31 Link Here
13
13
14
LIB_DEPENDS=	libfm-gtk.so:${PORTSDIR}/x11/libfm
14
LIB_DEPENDS=	libfm-gtk.so:${PORTSDIR}/x11/libfm
15
15
16
USES=		desktop-file-utils gmake pkgconfig gettext-tools libtool \
16
USES=		autoreconf desktop-file-utils gettext gmake libtool pkgconfig \
17
	autoreconf tar:xz
17
		tar:xz
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GNOME=	glib20 gtk20 intltool intlhack
19
USE_GNOME=	glib20 gtk20 intltool intlhack
20
USE_XORG=	x11
20
USE_XORG=	x11
21
21
22
CONFIGURE_ARGS=--with-gtk=2
22
CONFIGURE_ARGS=--with-gtk=2
23
CPPFLAGS+=	-I${LOCALBASE}/include
24
LDFLAGS+=	-L${LOCALBASE}/lib
23
25
24
PORTDOCS=	AUTHORS NEWS
26
PORTDOCS=	AUTHORS NEWS
25
27
26
OPTIONS_DEFINE=	DOCS NLS
28
OPTIONS_DEFINE=	DOCS NLS
27
OPTIONS_SUB=	yes
29
OPTIONS_SUB=	yes
28
NLS_USES=	gettext-runtime
29
NLS_CONFIGURE_ENABLE=	nls
30
NLS_CONFIGURE_ENABLE=	nls
30
31
31
post-patch:
32
post-patch:
(-)x11-fm/pcmanfm/files/patch-src__Makefile.am (-5 / +8 lines)
Lines 1-10 Link Here
1
--- ./src/Makefile.am.orig	2014-01-06 23:55:25.000000000 +0000
1
--- src/Makefile.am.orig	2014-05-16 16:51:21 UTC
2
+++ ./src/Makefile.am	2014-02-23 09:58:26.669238176 +0000
2
+++ src/Makefile.am
3
@@ -49,3 +49,10 @@
3
@@ -50,6 +50,13 @@ pcmanfm_LDADD = \
4
 	$(XLIB_LIBS) \
5
 	$(FM_LIBS) \
4
 	$(FM_LIBS) \
6
 	$(NULL)
5
 	$(NULL)
7
+
6
 
8
+# create plugins' directory anyway
7
+# create plugins' directory anyway
9
+install-exec-hook:
8
+install-exec-hook:
10
+	$(MKDIR_P) $(DESTDIR)$(libdir)/pcmanfm
9
+	$(MKDIR_P) $(DESTDIR)$(libdir)/pcmanfm
Lines 11-13 Link Here
11
+
10
+
12
+uninstall-hook:
11
+uninstall-hook:
13
+	-rmdir $(DESTDIR)$(libdir)/pcmanfm
12
+	-rmdir $(DESTDIR)$(libdir)/pcmanfm
13
+
14
 # prepare modules directory
15
 install-exec-local:
16
 	$(MKDIR_P) "$(DESTDIR)$(libdir)/pcmanfm"

Return to bug 201414