pkgsrc-wip/openlogos/patches/patch-ae
Roland Illig 0a4cd99fd2 Fixed the PLIST and some compilation errors. What I didn't fix is the
mismatch between the types THREAD_ID and thread_id_t, which is obscure,
so the package still does not build on NetBSD.
2007-03-19 14:11:51 +00:00

15 lines
570 B
Text

$NetBSD: patch-ae,v 1.1 2007/03/19 14:11:52 rillig Exp $
Don't install CVS directories.
--- Makefile.in.orig 2006-04-04 15:08:16.000000000 +0200
+++ Makefile.in 2007-03-19 15:09:36.000000000 +0100
@@ -649,7 +649,7 @@ uninstall-info: uninstall-info-recursive
install-data-hook:
- test -d "$(DESTDIR)$(pkgdatadir)/bin_data" || cp -r $(top_srcdir)/bin_data "$(DESTDIR)$(pkgdatadir)"
+ cd $(top_srcdir) && pax -wr -s',.*CVS.*,,' $(top_srcdir)/bin_data "$(DESTDIR)$(pkgdatadir)"
install-exec-local:
test -d "$(DESTDIR)$(bindir)" || mkdir -p "$(DESTDIR)$(bindir)"