diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-09-20 21:50:39 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-09-20 21:50:39 +0000 |
commit | 9e6673f04f2a8178e49b49d1676640bba2149371 (patch) | |
tree | c62b4e58e684a810c47846f1e9a173a16b0d27d1 /net-im/ekiga/files/patch-configure | |
parent | Returning maintainership on my multimedia ports to ports@freebsd.org (diff) |
Move ptlib26, opal3 and ekiga3 to unversioned ports and update to:
ptlib to 2.10.10
opal to 3.10.10
ekiga to 4.0.1
Notes
Notes:
svn path=/head/; revision=327751
Diffstat (limited to 'net-im/ekiga/files/patch-configure')
-rw-r--r-- | net-im/ekiga/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/ekiga/files/patch-configure b/net-im/ekiga/files/patch-configure new file mode 100644 index 000000000000..dbba96488363 --- /dev/null +++ b/net-im/ekiga/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2013-07-11 12:30:00.000000000 +0200 ++++ configure 2013-07-11 12:31:26.000000000 +0200 +@@ -18351,7 +18351,7 @@ + # Check whether --enable-gconf was given. + if test "${enable_gconf+set}" = set; then : + enableval=$enable_gconf; if test "x$enableval" = "xyes"; then +- enable_gconf = yes ++ enable_gconf=yes + fi + else + enable_gconf=yes |