diff options
-rw-r--r-- | devel/glib20/Makefile | 4 | ||||
-rw-r--r-- | net/avahi-app/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index a9cced179..7faeed1f6 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.215 2011/11/09 09:56:32 marcus Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.216 2011/11/12 14:44:16 kwm Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! @@ -97,6 +97,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ ${WRKSRC}/gio/gdbusaddress.c ${WRKSRC}/gio/gdbusprivate.c \ ${WRKSRC}/po/*.po + @${REINPLACE_CMD} -e 's|inotify_support=yes|inotify_support=no| ; \ + s|#define HAVE_SYS_INOTIFY_H 1||' ${WRKSRC}/configure post-install: @${MKDIR} ${PREFIX}/share/GConf/gsettings diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 69380de64..c51b71aed 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/avahi-app/Makefile,v 1.20 2011/04/05 10:34:44 kwm Exp $ +# $MCom: ports/net/avahi-app/Makefile,v 1.21 2011/09/13 11:01:32 kwm Exp $ # PORTNAME= avahi @@ -118,6 +118,8 @@ avahi-post-patch: ${WRKSRC}/configure \ ${WRKSRC}/avahi-client/Makefile.in \ ${WRKSRC}/avahi-daemon/Makefile.in + @${REINPLACE_CMD} -e 's|have_inotify=yes|have_inotify=no|' \ + ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|(LIBINTL)|(INTLLIBS)|g ; \ s|(LIBICONV)|(LTLIBICONV)|g' |