summaryrefslogtreecommitdiff
path: root/net/ekiga3/files/patch-configure
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-09-20 21:50:39 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-09-20 21:50:39 +0000
commit9e6673f04f2a8178e49b49d1676640bba2149371 (patch)
treec62b4e58e684a810c47846f1e9a173a16b0d27d1 /net/ekiga3/files/patch-configure
parentReturning 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
Diffstat (limited to 'net/ekiga3/files/patch-configure')
-rw-r--r--net/ekiga3/files/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/ekiga3/files/patch-configure b/net/ekiga3/files/patch-configure
deleted file mode 100644
index 79bfbea51ed0..000000000000
--- a/net/ekiga3/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2010-08-28 15:04:35.000000000 -0400
-+++ configure 2010-08-28 15:05:31.000000000 -0400
-@@ -17255,7 +17255,7 @@ if test -n "$PKG_CONFIG"; then
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
-- pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" 2>/dev/null`
-+ pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" "gtk+-2.0" 2>/dev/null`
- else
- pkg_failed=yes
- fi
-@@ -17273,7 +17273,7 @@ if test -n "$PKG_CONFIG"; then
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
-- pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" 2>/dev/null`
-+ pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" "gtk+-2.0" 2>/dev/null`
- else
- pkg_failed=yes
- fi