96912dd94f
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.
13 lines
360 B
Text
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)
|
|
|