Files
pkgsrc-ng/misc/dose3/patches/patch-Makefile
2016-11-18 22:39:22 +01:00

15 lines
540 B
Plaintext

$NetBSD: patch-Makefile,v 1.2 2016/06/19 10:36:59 jaapb Exp $
stublibs does not need to be created
--- Makefile.orig 2016-06-15 10:23:22.000000000 +0000
+++ Makefile
@@ -231,7 +231,7 @@ INSTALL_STUFF = $(filter-out $(exclude_c
installlib: META installcudf
@test -d $(LIBDIR) || mkdir -p $(LIBDIR)
- @test -d $(LIBDIR)/stublibs || mkdir -p $(LIBDIR)/stublibs
+# @test -d $(LIBDIR)/stublibs || mkdir -p $(LIBDIR)/stublibs
@$(INSTALL) -patch-version $(VERSION) $(NAME) $(INSTALL_STUFF)
@echo "Install dose librairies to $(LIBDIR)"