summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-14 12:58:45 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-14 12:58:45 +0200
commit1c66552dfc3b19112390c65e34b74df7aa4b8f63 (patch)
tree84b761ddb0a40ddbfa23aff929871e5ba7a2f388 /net-libs/ptlib/files
parentpackage.mask: Mask more packages for removal (diff)
downloadgentoo-1c66552dfc3b19112390c65e34b74df7aa4b8f63.tar.gz
gentoo-1c66552dfc3b19112390c65e34b74df7aa4b8f63.tar.bz2
gentoo-1c66552dfc3b19112390c65e34b74df7aa4b8f63.zip
net-libs/ptlib: Drop hardmasked versions
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs/ptlib/files')
-rw-r--r--net-libs/ptlib/files/ptlib-2.12.4-respect_cxxflags.patch12
-rw-r--r--net-libs/ptlib/files/ptlib-2.12.4-sdl-linking.patch11
2 files changed, 0 insertions, 23 deletions
diff --git a/net-libs/ptlib/files/ptlib-2.12.4-respect_cxxflags.patch b/net-libs/ptlib/files/ptlib-2.12.4-respect_cxxflags.patch
deleted file mode 100644
index 85f590c8c88d..000000000000
--- a/net-libs/ptlib/files/ptlib-2.12.4-respect_cxxflags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN ptlib-2.12.4.old/configure.ac ptlib-2.12.4/configure.ac
---- ptlib-2.12.4.old/configure.ac 2013-06-22 21:01:51.392606863 +0200
-+++ ptlib-2.12.4/configure.ac 2013-06-22 21:02:02.991606450 +0200
-@@ -448,7 +448,7 @@
- ],
- [
- AC_MSG_RESULT(no)
-- PTLIB_CXXFLAGS="$PTLIB_CFLAGS -frtti"
-+ PTLIB_CXXFLAGS="$PTLIB_CXXFLAGS -frtti"
- ]
- )
-
diff --git a/net-libs/ptlib/files/ptlib-2.12.4-sdl-linking.patch b/net-libs/ptlib/files/ptlib-2.12.4-sdl-linking.patch
deleted file mode 100644
index 91e5c0811d5d..000000000000
--- a/net-libs/ptlib/files/ptlib-2.12.4-sdl-linking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN ptlib-2.12.4/configure.ac ptlib-2.12.4.new/configure.ac
---- ptlib-2.12.4/configure.ac 2013-06-21 07:02:48.000000000 +0200
-+++ ptlib-2.12.4.new/configure.ac 2013-06-24 11:51:18.356368722 +0200
-@@ -1735,6 +1735,7 @@
- PTLIB_CFLAGS="$PTLIB_CFLAGS ${SDL_CFLAGS}"
- LDFLAGS="$LDFLAGS `pkg-config --libs sdl`"
- ],[HAS_SDL=])
-+ ENDLDLIBS="$ENDLDLIBS ${SDL_LIBS}"
- fi
- fi
- AC_SUBST(HAS_SDL)