FreeBSD Bugzilla – Attachment 121716 Details for
Bug 164756
[PATCH] devel/gamin: add option for libinotify to fix build when it's already installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gamin-0.1.10_4.patch
gamin-0.1.10_4.patch (text/plain), 874 bytes, created by
Po-Chuan Hsieh
on 2012-02-04 05:30:10 UTC
(
hide
)
Description:
gamin-0.1.10_4.patch
Filename:
MIME Type:
Creator:
Po-Chuan Hsieh
Created:
2012-02-04 05:30:10 UTC
Size:
874 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/gamin/Makefile,v >retrieving revision 1.41 >diff -u -u -r1.41 Makefile >--- Makefile 23 Sep 2011 22:21:56 -0000 1.41 >+++ Makefile 4 Feb 2012 05:20:12 -0000 >@@ -30,7 +30,8 @@ > GNU_CONFIGURE= yes > > .if !defined(GAMIN_SLAVE) >-OPTIONS= GAM_POLLER "Use gamin's poller instead of kqueue's" off >+OPTIONS= GAM_POLLER "Use gamin's poller instead of kqueue's" off \ >+ LIBINOTIFY "Build libinotify support" off > .endif > > .include <bsd.port.pre.mk> >@@ -39,6 +40,14 @@ > .if defined(WITH_GAM_POLLER) > CPPFLAGS+= -DUSE_GAMIN_POLLER=1 > .endif >+ >+.if defined(WITH_LIBINOTIFY) >+CONFIGURE_ARGS+=--enable-inotify >+LDFLAGS+= -L${LOCALBASE}/lib -linotify >+LIB_DEPENDS+= inotify:${PORTSDIR}/devel/libinotify >+.else >+CONFIGURE_ARGS+=--disable-inotify >+.endif > .endif > > post-patch:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 164756
: 121716