summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Jones <ashmodai@gentoo.org>2002-05-23 19:53:36 +0000
committerMike Jones <ashmodai@gentoo.org>2002-05-23 19:53:36 +0000
commita8090e8f3f3330e850dc4b4d8ad7536dda30b984 (patch)
tree1ad290935cf0bc0a7a7d11f13786493d7a68cfb4 /net-misc/freeswan/files
parentInitial revision of package for testing. (diff)
downloadgentoo-2-a8090e8f3f3330e850dc4b4d8ad7536dda30b984.tar.gz
gentoo-2-a8090e8f3f3330e850dc4b4d8ad7536dda30b984.tar.bz2
gentoo-2-a8090e8f3f3330e850dc4b4d8ad7536dda30b984.zip
Fixed a problem with the installation location of libdes components
Diffstat (limited to 'net-misc/freeswan/files')
-rw-r--r--net-misc/freeswan/files/freeswan-libdes-location.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-misc/freeswan/files/freeswan-libdes-location.patch b/net-misc/freeswan/files/freeswan-libdes-location.patch
new file mode 100644
index 000000000000..da9d35b86d31
--- /dev/null
+++ b/net-misc/freeswan/files/freeswan-libdes-location.patch
@@ -0,0 +1,17 @@
+--- freeswan-1.97/libdes/Makefile 2002-04-01 16:48:03.000000000 -0500
++++ freeswan-gentoo/libdes/Makefile 2002-05-23 15:49:15.000000000 -0400
+@@ -63,10 +63,10 @@
+ #DES_ENC=asm/dx86-sol.o asm/yx86-sol.o # solaris format x86
+ #DES_ENC=asm/dx86bsdi.o asm/yx86basi.o # bsdi format x86
+
+-LIBDIR=${DESTDIR}/usr/local/lib
+-BINDIR=${DESTDIR}/usr/local/bin
+-INCDIR=${DESTDIR}/usr/local/include
+-MANDIR=${DESTDIR}/usr/local/man
++LIBDIR=${DESTDIR}/usr/lib
++BINDIR=${DESTDIR}/usr/bin
++INCDIR=${DESTDIR}/usr/include
++MANDIR=${DESTDIR}/usr/share/man
+ MAN1=1
+ MAN3=3
+ SHELL=/bin/sh