diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-15 23:56:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-15 23:56:09 +0800 |
commit | 47225dac08ec59cdb6b9373c1f81f513b93f8b83 (patch) | |
tree | a5c84aeb8482cbcb773a6a4d5815950465998449 /devel/glib20 | |
parent | 72ef903d583031d8fecbdf02150b23f0fdfbd2c0 (diff) | |
download | marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar.gz marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar.bz2 marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar.lz marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar.xz marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar.zst marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.zip |
Always disable libinofity to fix build if devel/libinotify is installed
PR: ports/160764
Reported by: Michiel Leenaars <michiel.ml@nlnet.nl>
John Hein <jhein@symmetricom.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16636 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20')
-rw-r--r-- | devel/glib20/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |