openbsd-ports/graphics/netpbm/patches/patch-GNUmakefile

13 lines
503 B
Plaintext
Raw Normal View History

$OpenBSD: patch-GNUmakefile,v 1.5 2010/07/02 02:54:59 naddy Exp $
--- GNUmakefile.orig Wed Jun 30 02:04:26 2010
+++ GNUmakefile Wed Jun 30 02:04:50 2010
@@ -361,7 +361,7 @@ install-dev: install.hdr install.staticlib install.lib
install.hdr: $(PKGDIR)/include
$(MAKE) -C lib -f $(SRCDIR)/lib/Makefile \
SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) install.hdr
2002-03-01 17:49:19 -05:00
- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \
+ $(BSD_INSTALL_DATA) \
$(BUILDDIR)/pm_config.h $(PKGDIR)/include
ifeq ($(STATICLIB_TOO),y)