pkgsrc/net/vinagre/patches/patch-configure
ryoon 0176ab588c Update to 3.6.2
* Update dependencies.

Changelog:
Vinagre 3.6.2
=============

David King (4):
      Update NEWS for 3.6.2 release
      Post-release version bump to 3.6.2
      Do not use NULL attributes with libsecret
      Fix missing prototypes warnings

Vinagre 3.6.1
=============

David King (2):
      Update NEWS for 3.6.1 release
      Post-release version bump to 3.6.1

Rudolfs Mazurs (1):
      Updated Latvian translation.

Shankar Prasad (1):
      Updated Kannada Translations

Vinagre 3.6.0
=============

Updated translation

Vinagre 3.5.92
==============

Update Translation

Vinagre 3.5.90
==============

Updated translation

Vinagre 3.5.2
=============

Update and add documentations
Depend on intltool 0.50 for GSettings translations

Vinagre 3.5.1
=============

Updated Translations
Use example.com in address examples, bug 672238
2012-11-30 16:02:32 +00:00

15 lines
348 B
Text

$NetBSD: patch-configure,v 1.2 2012/11/30 16:02:32 ryoon Exp $
* Improve compatibility
--- configure.orig 2012-11-12 21:14:06.000000000 +0000
+++ configure
@@ -5958,7 +5958,7 @@ fi
done
- if test "x$ac_cv_func_grantpt" == xyes; then
+ if test "x$ac_cv_func_grantpt" = xyes; then
VINAGRE_PTY_OPEN_TRUE=
VINAGRE_PTY_OPEN_FALSE='#'
else