diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-14 15:37:44 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-14 15:37:44 +0800 |
commit | ac0579e131c9930f614a9d5d4722d6481c8892df (patch) | |
tree | 572f094f19c8ab6506e12fad87bf85d8b6cdc5e0 /net-im/ekiga/files | |
parent | 305c58b8b1fa74cded8d58e5e356d788a09cac9d (diff) | |
download | marcuscom-ports-ac0579e131c9930f614a9d5d4722d6481c8892df.tar marcuscom-ports-ac0579e131c9930f614a9d5d4722d6481c8892df.tar.gz marcuscom-ports-ac0579e131c9930f614a9d5d4722d6481c8892df.tar.bz2 marcuscom-ports-ac0579e131c9930f614a9d5d4722d6481c8892df.tar.lz marcuscom-ports-ac0579e131c9930f614a9d5d4722d6481c8892df.tar.xz marcuscom-ports-ac0579e131c9930f614a9d5d4722d6481c8892df.tar.zst marcuscom-ports-ac0579e131c9930f614a9d5d4722d6481c8892df.zip |
Import net-im/ekiga from ports. The version in the ports tree breaks the build of gnome3 when the evolution option is set.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18796 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/ekiga/files')
-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 000000000..dbba96488 --- /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 |