diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 13:51:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 13:51:17 +0000 |
commit | 2d396d372d28fdee81d2d2ec6fcd0c9b6d6d5dc6 (patch) | |
tree | dc8148218a0cf4728c47873a35aff220fadb634f /x11-wm | |
parent | 4e6f5bbf4dfeb7a49c2570e735f7027a2ece2449 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/libcompizconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/libcompizconfig/Makefile b/x11-wm/libcompizconfig/Makefile index 1443d8c4cc04..cf4a234d5b00 100644 --- a/x11-wm/libcompizconfig/Makefile +++ b/x11-wm/libcompizconfig/Makefile @@ -18,7 +18,7 @@ USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 USE_GNOME= intltool libxml2 CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -lpthread OPTIONS_DEFINE= INOTIFY OPTIONS_DEFAULT= INOTIFY |