diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-07-03 10:18:24 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-07-03 10:18:24 +0000 |
commit | 79a3807f33b5785d6f23a782f0383a1545aca260 (patch) | |
tree | 2733dbf5ac2292a9c1ded88e0e5f60229436fdcd /sysutils/bamf/files/patch-configure | |
parent | Library that provides GLib and Gtk implementation of the DBusMenu protocol. (diff) |
BAMF, is a simple DBus daemon and C wrapper library of applications matching
framework.
WWW: https://launchpad.net/bamf
Notes
Notes:
svn path=/head/; revision=360351
Diffstat (limited to 'sysutils/bamf/files/patch-configure')
-rw-r--r-- | sysutils/bamf/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/bamf/files/patch-configure b/sysutils/bamf/files/patch-configure new file mode 100644 index 000000000000..f6f57ec2c7db --- /dev/null +++ b/sysutils/bamf/files/patch-configure @@ -0,0 +1,11 @@ +--- ./configure.orig 2013-05-17 14:06:54.189515000 +0000 ++++ ./configure 2014-04-02 19:19:29.000000000 +0000 +@@ -14546,7 +14546,7 @@ + rm -f conf.gtktest + + +-CFLAGS="$CFLAGS -Wall -Werror -lm" ++CFLAGS="$CFLAGS -Wall" + + + |