pkgsrc-wip/bison13/patches/patch-ab
Michal Pasternak d0e51ad507 Initial import.
This package is needed for compatibility reasons to compile wip/prothon.

TODO:
$Id$

Unsure about PLIST.

Unsure if it will work on a "clean" system with wip/prothon (the package for
bison-1.35 is stripped), but I have no resources to test this.

	-- dotz@irc.pl


DESCR:
Bison is the GNU replacement for yacc(1).  Some programs depend on
extensions present in Bison.

[WARNING]
This is old version of GNU Bison, needed to compile some packages, imported
as a need for backward compatibility. If you plan to use GNU Bison, get a
recent version of the package from devel/bison.
2004-03-27 23:53:45 +00:00

22 lines
789 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2004/03/27 23:53:46 mpasternak Exp $
--- src/Makefile.in.orig 2004-03-28 01:52:14.000000000 +0100
+++ src/Makefile.in
@@ -339,15 +339,8 @@ state_.$(OBJEXT) symtab_.$(OBJEXT) vcg_.
warshall_.$(OBJEXT) : $(ANSI2KNR)
uninstall-info-am:
pkgdataDATA_INSTALL = $(INSTALL_DATA)
-install-pkgdataDATA: $(pkgdata_DATA)
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
- @list='$(pkgdata_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
- $(pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \
- done
+install-pkgdataDATA:
+ echo "Bypassing"
uninstall-pkgdataDATA:
@$(NORMAL_UNINSTALL)