60baf777ed
pamcomp, and pnmtopclxl.
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
$OpenBSD: patch-GNUmakefile,v 1.4 2007/05/09 15:47:57 naddy Exp $
|
|
--- GNUmakefile.orig Sat Oct 16 22:27:50 2004
|
|
+++ GNUmakefile Wed May 9 16:32:31 2007
|
|
@@ -312,7 +312,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
|
|
- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \
|
|
+ $(BSD_INSTALL_DATA) \
|
|
$(SRCDIR)/pm_config.h $(PKGDIR)/include
|
|
|
|
ifeq ($(STATICLIB_TOO),y)
|