diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-23 07:47:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-23 07:48:58 +0000 |
commit | 8a237d7bb6ece7aae8928795fc6a083934055ac5 (patch) | |
tree | 169a19de45b419139ae8f0bfd764d0ea6e718ed1 /main/gnokii/xgnokii.patch | |
parent | e7d9063e2b662f88fd874adf8e0e2bcd37cce86b (diff) | |
download | aports-8a237d7bb6ece7aae8928795fc6a083934055ac5.tar.bz2 aports-8a237d7bb6ece7aae8928795fc6a083934055ac5.tar.xz |
main/gnokii: upgrade to 0.6.31
Diffstat (limited to 'main/gnokii/xgnokii.patch')
-rw-r--r-- | main/gnokii/xgnokii.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/gnokii/xgnokii.patch b/main/gnokii/xgnokii.patch new file mode 100644 index 0000000000..b354166139 --- /dev/null +++ b/main/gnokii/xgnokii.patch @@ -0,0 +1,11 @@ +--- ./configure.in.orig ++++ ./configure.in +@@ -689,7 +689,7 @@ + fi + fi + +-AM_CONDITIONAL(XGNOKII, test "x$_support" = "xyes") ++AM_CONDITIONAL(XGNOKII, test "x$x_support" = "xyes") + + dnl ======================== Check for libsocket + AC_CHECK_LIB(socket, socket) |