commit: 45dc293cf1eff21776c5272381fa9c17ab462355
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jun 13 17:49:06 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 18:51:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45dc293c
sys-freebsd/freebsd-pam-modules: remove unused patch
.../files/freebsd-pam-modules-9.0-gentoo.patch | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git
a/sys-freebsd/freebsd-pam-modules/files/freebsd-pam-modules-9.0-gentoo.patch
b/sys-freebsd/freebsd-pam-modules/files/freebsd-pam-modules-9.0-gentoo.patch
deleted file mode 100644
index aa08d40693c..00000000000
--- a/sys-freebsd/freebsd-pam-modules/files/freebsd-pam-modules-9.0-gentoo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- lib/libpam/modules/Makefile.inc.old 2011-11-02 20:46:56.000000000
+0000
-+++ lib/libpam/modules/Makefile.inc 2011-11-02 20:47:16.000000000 +0000
-@@ -5,18 +5,10 @@
- NO_INSTALLLIB=
- NO_PROFILE=
-
--CFLAGS+= -I${PAMDIR}/include -I${.CURDIR}/../../libpam
-+CFLAGS+= -I${.CURDIR}/../../libpam
-
--# This is nasty.
--# For the static case, libpam.a depends on the modules.
--# For the dynamic case, the modules depend on libpam.so.N
--.if defined(_NO_LIBPAM_SO_YET)
--NO_PIC=
--.else
- SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR}
--DPADD+= ${LIBPAM}
- LDADD+= -lpam
--.endif
-
- .c.o:
- ${CC} ${CFLAGS} -DOPENPAM_STATIC_MODULES -c ${.IMPSRC}