mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
$NetBSD: patch-Makefile.am,v 1.2 2015/03/18 17:46:32 dholland Exp $
|
|
|
|
Don't build own libltdl.
|
|
|
|
--- Makefile.am.orig 2007-09-13 22:01:46.000000000 +0000
|
|
+++ Makefile.am
|
|
@@ -3,7 +3,7 @@
|
|
|
|
AUTOMAKE_OPTIONS= foreign
|
|
|
|
-SUBDIRS = include libsee libltdl shell doc
|
|
+SUBDIRS = include libsee shell doc
|
|
if SSP
|
|
SUBDIRS += ssp
|
|
endif
|