Files
gentoo/dev-libs/libspt/files/libspt-gentoo.patch
Akinori Hattori e8f7b00233 dev-libs/libspt: update patches
Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-07-08 17:17:25 +09:00

30 lines
727 B
Diff

--- 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: