diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-23 14:49:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-23 14:49:07 +0000 |
commit | 823c57d2fd0917a271534560e43c618a9f4f7a0a (patch) | |
tree | 59412d8d5b487fa8b1f730b13a674b4f17b7f690 /net/linphone-base/files/patch-configure | |
parent | - Update to 3.2.0 (diff) |
- Update to 3.1.0
PR: 130442
Submitted by: KATO Tsuguru <tkato432 at yahoo dot com>
Diffstat (limited to 'net/linphone-base/files/patch-configure')
-rw-r--r-- | net/linphone-base/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/linphone-base/files/patch-configure b/net/linphone-base/files/patch-configure deleted file mode 100644 index 45ad7e2e17b5..000000000000 --- a/net/linphone-base/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Nov 30 20:36:38 2007 -+++ configure Sun Dec 2 14:43:57 2007 -@@ -24138,7 +24138,7 @@ - echo "GTK interface compilation is disabled." - fi - --if test "gtk_ui" = "true" ; then -+if test "$gtk_ui" = "true" ; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for GNOME_APPLETS" >&5 |