summaryrefslogtreecommitdiff
path: root/net/yate-devel/files/patch-configure
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-02-17 21:35:26 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-02-17 21:35:26 +0000
commitc4d1587e53d2644f09cbdd30c509410464936dd0 (patch)
tree8a0edef0f0d818ede229836515b05fee896c038d /net/yate-devel/files/patch-configure
parentFix missing return value in lib/quota/quotaio.c. (diff)
remove yate-devel
The yate-devel port was BROKEN for > 12 months, and the version is 4.5 years old. We have the current version in net/yate. Approved by: maintainer (10 months ago)
Notes
Notes: svn path=/head/; revision=291637
Diffstat (limited to 'net/yate-devel/files/patch-configure')
-rw-r--r--net/yate-devel/files/patch-configure23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/yate-devel/files/patch-configure b/net/yate-devel/files/patch-configure
deleted file mode 100644
index ace8eb82b4a1..000000000000
--- a/net/yate-devel/files/patch-configure
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur configure.orig configure
---- configure.orig 2007-08-12 13:42:59.000000000 +0000
-+++ configure 2007-08-12 14:20:14.000000000 +0000
-@@ -6428,8 +6428,8 @@
-
- ac_ext=cpp
- ac_cpp='$CXXCPP $CPPFLAGS'
--ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
--ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS -I/usr/local/include conftest.$ac_ext >&5'
-+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS -L/usr/local/lib conftest.$ac_ext $LIBS >&5'
- ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- SAVE_CFLAGS="$CFLAGS"
-@@ -6778,7 +6778,7 @@
- MODULE_CFLAGS="-fno-exceptions -fPIC $HAVE_GCC_FORMAT_CHECK"
- MODULE_CPPFLAGS="-fno-check-new $RTTI_OPT $MODULE_CFLAGS"
- MODULE_LDRELAX="-export-dynamic -shared"
--MODULE_LDFLAGS="$MODULE_LDRELAX $GCC_UNRESOLVED_SYMBOLS"
-+MODULE_LDFLAGS="$MODULE_LDRELAX"
- MODULE_SYMBOLS="-Wl,--retain-symbols-file,/dev/null"
-
-