aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-05-09 14:57:22 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-05-09 14:57:22 +0000
commit3a29824ba26c83704560fd9fe8bae618ab8ec4ea (patch)
tree18d29d778373263557100b9f0bc9711df5e149c6 /x11-fm
parent2b7c4066c59405276a5042f446489e40504c251d (diff)
Fix an unresolved symbol when Sub-Menu File->Properties gets called.
bump PORTREVISION
Notes
Notes: svn path=/head/; revision=134931
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/xfce4-fm/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-fm/xfce4-fm/Makefile b/x11-fm/xfce4-fm/Makefile
index f0af82882940..9982be0c476b 100644
--- a/x11-fm/xfce4-fm/Makefile
+++ b/x11-fm/xfce4-fm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfce4-fm
PORTVERSION= 4.2.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11-fm xfce
MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
@@ -46,6 +46,11 @@ CONFIGURE_ARGS+=--enable-librsvg
CONFIGURE_ARGS+=--disable-librsvg
.endif
+post-build:
+ cd ${WRKSRC}/modules && \
+ ${CC} -shared .libs/libxffm_prop_la-properties.o ../src/xffm-easy.o \
+ -L${LOCALBASE}/lib -Wl,-soname -Wl,libxffm_prop.so.0 \
+ -o .libs/libxffm_prop.so.0
post-patch:
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/src/Makefile.in