pkgsrc/lang/see/patches/patch-Makefile.am
dholland 9fcdfec60d Use __sparc instead of __sparc__ as per pkglint, mentioned by
Adrien Auzanneau following up to PR 45036. Add patch comments.
2015-03-18 17:46:31 +00:00

15 lines
326 B
Text

$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