pkgsrc/security/PAM/patches/patch-ax
jlam 96912dd94f Libtoolize security/PAM so that the appropriate options are passed to
the compiler to build shared modules, and so that it builds correctly
across different platforms.  Bump the PKGREVISION.

In particular, this should fix problems building this package on
NetBSD/amd64.
2004-11-16 07:46:57 +00:00

13 lines
360 B
Text

$NetBSD: patch-ax,v 1.3 2004/11/16 07:46:58 jlam Exp $
--- Makefile.orig 2001-05-08 00:14:20.000000000 -0400
+++ Makefile
@@ -15,7 +15,7 @@ ifeq ($(shell test \! -f Make.Rules || e
include Make.Rules
endif
-THINGSTOMAKE = modules libpam libpamc libpam_misc doc examples
+THINGSTOMAKE = modules libpam libpamc libpam_misc doc
all: $(THINGSTOMAKE)