summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/gnome-vfs/Makefile18
-rw-r--r--devel/gnomevfs2/Makefile18
2 files changed, 20 insertions, 16 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index 8e415789a..acb9f700b 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -40,10 +40,12 @@ OPTIONS= KDE_MENUS "Integrated KDE menu picks" on
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
.undef WITHOUT_CDPARANOIA
.undef WITHOUT_SAMBA
-#.undef WITHOUT_MDNS
+.if ${ARCH} == "i386"
+.undef WITHOUT_MDNS
+WITH_MDNS= yes
+.endif
WITH_CDPARANOIA= yes
WITH_SAMBA= yes
-#WITH_MDNS= yes
.endif
.if !defined(WITHOUT_KDE_MENUS)
@@ -61,9 +63,9 @@ WITH_CDPARANOIA= yes
WITH_SAMBA= yes
.endif
-#.if exists(${LOCALBASE}/lib/libhowl.so)
-#WITH_MDNS= yes
-#.endif
+.if exists(${LOCALBASE}/lib/libhowl.so)
+WITH_MDNS= yes
+.endif
.if defined(WITH_CDPARANOIA)
LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
@@ -83,9 +85,9 @@ PLIST_SUB+= SAMBA=""
PLIST_SUB+= SAMBA="@comment "
.endif
-#.if defined(WITH_MDNS)
-#LIB_DEPENDS+= howl:${PORTSDIR}/net/howl
-#.endif
+.if defined(WITH_MDNS)
+LIB_DEPENDS+= howl:${PORTSDIR}/net/howl
+.endif
post-patch:
@${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile
index 8e415789a..acb9f700b 100644
--- a/devel/gnomevfs2/Makefile
+++ b/devel/gnomevfs2/Makefile
@@ -40,10 +40,12 @@ OPTIONS= KDE_MENUS "Integrated KDE menu picks" on
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
.undef WITHOUT_CDPARANOIA
.undef WITHOUT_SAMBA
-#.undef WITHOUT_MDNS
+.if ${ARCH} == "i386"
+.undef WITHOUT_MDNS
+WITH_MDNS= yes
+.endif
WITH_CDPARANOIA= yes
WITH_SAMBA= yes
-#WITH_MDNS= yes
.endif
.if !defined(WITHOUT_KDE_MENUS)
@@ -61,9 +63,9 @@ WITH_CDPARANOIA= yes
WITH_SAMBA= yes
.endif
-#.if exists(${LOCALBASE}/lib/libhowl.so)
-#WITH_MDNS= yes
-#.endif
+.if exists(${LOCALBASE}/lib/libhowl.so)
+WITH_MDNS= yes
+.endif
.if defined(WITH_CDPARANOIA)
LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
@@ -83,9 +85,9 @@ PLIST_SUB+= SAMBA=""
PLIST_SUB+= SAMBA="@comment "
.endif
-#.if defined(WITH_MDNS)
-#LIB_DEPENDS+= howl:${PORTSDIR}/net/howl
-#.endif
+.if defined(WITH_MDNS)
+LIB_DEPENDS+= howl:${PORTSDIR}/net/howl
+.endif
post-patch:
@${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \