diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2012-01-19 17:13:12 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2012-01-19 17:13:12 +0000 |
commit | 20406b9f935d21c6179c32f8513c0325dfc0574c (patch) | |
tree | 9fa3aad1281259a3caefd77c80a11c0347dbef5f /devel/glib20 | |
parent | d0e42355975d88e67a5571c7aa94560fdfd6d1ee (diff) |
Notes
Diffstat (limited to 'devel/glib20')
-rw-r--r-- | devel/glib20/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index b023dedbceb4..550098357001 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -85,6 +85,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 |