diff options
author | is <is@pkgsrc.org> | 2011-12-01 16:35:12 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2011-12-01 16:35:12 +0000 |
commit | 34a29435a80047d08b196dfa6c5136a0be7bd74a (patch) | |
tree | 30d9bf2ae69d97f8f7314aaac8d9f09ed9f37ea8 /x11/fltk13/patches/patch-ad | |
parent | d09ab1564f88b7dc8161512d7cffb542de66f29e (diff) | |
download | pkgsrc-34a29435a80047d08b196dfa6c5136a0be7bd74a.tar.gz |
Unfortunately, fltk13 changes the semantics of the scroll widget in ways
not detectable by the compiler... so make a new package.
TBD: This still misses cairo support.
Diffstat (limited to 'x11/fltk13/patches/patch-ad')
-rw-r--r-- | x11/fltk13/patches/patch-ad | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/fltk13/patches/patch-ad b/x11/fltk13/patches/patch-ad new file mode 100644 index 00000000000..40facf5c2e8 --- /dev/null +++ b/x11/fltk13/patches/patch-ad @@ -0,0 +1,16 @@ +$NetBSD: patch-ad,v 1.1.1.1 2011/12/01 16:35:13 is Exp $ + +--- documentation/Makefile.orig 2011-01-05 23:00:33.000000000 +0000 ++++ documentation/Makefile +@@ -92,11 +92,6 @@ install: $(MANPAGES) + $(INSTALL_DATA) fltk.pdf $(DESTDIR)$(docdir); \ + fi + echo "Installing man pages in $(DESTDIR)$(mandir) ..." +- -$(INSTALL_DIR) $(DESTDIR)$(mandir)/cat1 +- $(INSTALL_MAN) $(SRC_DOCDIR)/fluid.$(CAT1EXT) $(DESTDIR)$(mandir)/cat1 +- $(INSTALL_MAN) $(SRC_DOCDIR)/fltk-config.$(CAT1EXT) $(DESTDIR)$(mandir)/cat1 +- -$(INSTALL_DIR) $(DESTDIR)$(mandir)/cat3 +- $(INSTALL_MAN) $(SRC_DOCDIR)/fltk.$(CAT3EXT) $(DESTDIR)$(mandir)/cat3 + -$(INSTALL_DIR) $(DESTDIR)$(mandir)/man1 + $(INSTALL_MAN) $(SRC_DOCDIR)/fluid.man $(DESTDIR)$(mandir)/man1/fluid.1 + $(INSTALL_MAN) $(SRC_DOCDIR)/fltk-config.man $(DESTDIR)$(mandir)/man1/fltk-config.1 |