summaryrefslogtreecommitdiff
path: root/dev-libs/libspt/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-libs/libspt/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-libs/libspt/files')
-rw-r--r--dev-libs/libspt/files/libspt-gentoo.patch29
-rw-r--r--dev-libs/libspt/files/libspt-rpc.patch22
2 files changed, 0 insertions, 51 deletions
diff --git a/dev-libs/libspt/files/libspt-gentoo.patch b/dev-libs/libspt/files/libspt-gentoo.patch
deleted file mode 100644
index f6c709b6b798..000000000000
--- a/dev-libs/libspt/files/libspt-gentoo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -9,7 +9,7 @@
- libexecdir = @libexecdir@
- includedir = @includedir@
- #docdir = $(prefix)/doc
--mandir = $(prefix)/man
-+mandir = @mandir@
-
- EXEEXT = @EXEEXT@
-
-@@ -29,7 +29,7 @@
- INCLUDES = -I.
- DEFS = @DEFS@
- CC = @CC@
--COMMONCFLAGS = -Wall -g -Werror -pipe
-+COMMONCFLAGS = -Wall -g -pipe
- CFLAGS = $(COMMONCFLAGS) @CFLAGS@
- INSTALL = $(LIBTOOL) --mode=install @INSTALL@
- INSTALL_DATA = $(LIBTOOL) --mode=install @INSTALL@ -m 644
-@@ -48,7 +48,7 @@
- AGENTOBJS = sptagent.o sptconn.$lo cfuncs.$lo
- LIBOBJS = libspt.$lo sptconn.$lo cfuncs.$lo error.$lo utilapi.$lo termios.$lo
- OBJS = test.o $(LIBOBJS)
--AGENT_MODE = -m 4755 -o root -g wheel
-+AGENT_MODE =
-
- .SUFFIXES: .c .o .cc .lo
- .c.lo:
diff --git a/dev-libs/libspt/files/libspt-rpc.patch b/dev-libs/libspt/files/libspt-rpc.patch
deleted file mode 100644
index 79b545ace4fa..000000000000
--- a/dev-libs/libspt/files/libspt-rpc.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -55,7 +55,18 @@
- AC_CHECK_FUNCS([dup2 ftruncate gettimeofday select strcspn strstr]dnl
- [ strchr memcpy bzero setutent setutxent updwtmp updwtmpx _openpty revoke getsid]dnl
- [ setsid setpgrp snprintf sigaction cfmakeraw])
-+AC_ARG_WITH([libtirpc],
-+ [AS_HELP_STRING([--with-libtirpc],[Use libtirpc as RPC implementation (instead of sunrpc)])])
-+AS_IF([test "x$with_libtirpc" = xyes],
-+ [PKG_CHECK_MODULES([TIRPC],
-+ [libtirpc],
-+ [CFLAGS="$CFLAGS $TIRPC_CFLAGS"; LIBS="$LIBS $TIRPC_LIBS";],
-+ [AC_MSG_ERROR([libtirpc requested, but library not found.])]
-+ )],
-+ [AC_CHECK_HEADER(rpc/rpc.h,
-+ [],
-+ [AC_MSG_ERROR([sunrpc requested, but headers are not present.])]
-+)])
--AC_SEARCH_LIBS([xdr_free],[nsl rpclib])
- AC_SEARCH_LIBS([socket],[socket])
- AC_SEARCH_LIBS([nanosleep],[posix4])
-