summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-18 20:05:35 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-18 20:05:35 +0000
commit2d4f569ba41d69fce073ec9ff473006ad12f7ff1 (patch)
tree76f47c6893667997a27df70b497d4b385f349441 /net-misc/stunnel
parentFixes (diff)
downloadhistorical-2d4f569ba41d69fce073ec9ff473006ad12f7ff1.tar.gz
historical-2d4f569ba41d69fce073ec9ff473006ad12f7ff1.tar.bz2
historical-2d4f569ba41d69fce073ec9ff473006ad12f7ff1.zip
A few missing files
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r--net-misc/stunnel/files/stunnel-3.14-gentoo.diff38
1 files changed, 38 insertions, 0 deletions
diff --git a/net-misc/stunnel/files/stunnel-3.14-gentoo.diff b/net-misc/stunnel/files/stunnel-3.14-gentoo.diff
new file mode 100644
index 000000000000..46ddab0dbb53
--- /dev/null
+++ b/net-misc/stunnel/files/stunnel-3.14-gentoo.diff
@@ -0,0 +1,38 @@
+--- /tmp/portage/stunnel-3.14/work/stunnel-3.14/Makefile.in Wed Jan 24 15:54:19 2001
++++ Makefile.in Thu May 10 17:22:58 2001
+@@ -9,7 +9,7 @@
+ sbindir=@sbindir@
+ libdir=@libdir@
+ man8dir=@mandir@/man8
+-piddir=@localstatedir@/stunnel/
++piddir=/var/run
+ ssldir=@ssldir@
+ PEM_DIR=@PEM_DIR@
+ @SET_MAKE@
+@@ -20,7 +20,7 @@
+ CFLAGS=@CFLAGS@ @DEFS@ -Dlibdir=\"$(libdir)\" -DPIDDIR=\"$(piddir)\"
+ LIBS=@LIBS@
+ OBJS=stunnel.o ssl.o protocol.o sthreads.o pty.o log.o
+-DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 $(PEM_DIR)/stunnel.pem
++DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8
+
+ WINGCC=i386-mingw32msvc-gcc
+ WINCFLAGS=-O2 -Wall -DUSE_WIN32 -DHAVE_OPENSSL -I../openssl-0.9.6/outinc
+@@ -29,7 +29,7 @@
+
+ # standard external rules
+
+-all: stunnel stunnel.8 stunnel.html stunnel.so stunnel.pem
++all: stunnel stunnel.8 stunnel.html stunnel.so
+
+ install: all installdirs $(DESTFILES)
+
+@@ -43,7 +43,7 @@
+ rm -f stunnel stunnel.so $(OBJS) core config.log
+
+ distclean: clean
+- rm -f config.cache config.status Makefile stunnel.pem
++ rm -f config.cache config.status Makefile
+
+ mostlyclean: distclean
+