aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-05-09 22:57:22 +0800
committeroliver <oliver@FreeBSD.org>2005-05-09 22:57:22 +0800
commit646b308d0d313d5ee588c6310aeed5792f6e3f79 (patch)
tree2d0a9229cfe94043af08dc72b9b17e29e194ee1d
parent735a44da35bef7cdecbef16273b8e7d30a8abfe1 (diff)
downloadfreebsd-ports-gnome-646b308d0d313d5ee588c6310aeed5792f6e3f79.tar.gz
freebsd-ports-gnome-646b308d0d313d5ee588c6310aeed5792f6e3f79.tar.zst
freebsd-ports-gnome-646b308d0d313d5ee588c6310aeed5792f6e3f79.zip
Fix an unresolved symbol when Sub-Menu File->Properties gets called.
bump PORTREVISION
-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