diff options
author | 2017-07-08 17:17:25 +0900 | |
---|---|---|
committer | 2017-07-08 17:17:25 +0900 | |
commit | e8f7b002330ec9985b91cd1cee4018b38f29b362 (patch) | |
tree | 56cc7efebb27f5685b7ff463edee546faf240226 /dev-libs/libspt/files | |
parent | app-i18n/canna: add ipv6 USE flag (diff) | |
download | gentoo-e8f7b002330ec9985b91cd1cee4018b38f29b362.tar.gz gentoo-e8f7b002330ec9985b91cd1cee4018b38f29b362.tar.bz2 gentoo-e8f7b002330ec9985b91cd1cee4018b38f29b362.zip |
dev-libs/libspt: update patches
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libspt/files')
-rw-r--r-- | dev-libs/libspt/files/libspt-gentoo.patch | 29 | ||||
-rw-r--r-- | dev-libs/libspt/files/libspt-werror.patch | 11 |
2 files changed, 29 insertions, 11 deletions
diff --git a/dev-libs/libspt/files/libspt-gentoo.patch b/dev-libs/libspt/files/libspt-gentoo.patch new file mode 100644 index 000000000000..f6c709b6b798 --- /dev/null +++ b/dev-libs/libspt/files/libspt-gentoo.patch @@ -0,0 +1,29 @@ +--- 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-werror.patch b/dev-libs/libspt/files/libspt-werror.patch deleted file mode 100644 index 6190ea5a4556..000000000000 --- a/dev-libs/libspt/files/libspt-werror.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in 2003-12-07 06:42:15.000000000 +0000 -+++ Makefile.in 2009-03-10 21:09:43.000000000 +0000 -@@ -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 |