pkgsrc/devel/libinstaller/patches/patch-ab
xtraeme fe79db3582 Do not use the BSD makefiles to install the files, because it tries
to install the files into /lib, use our own do-install target.

Add required casts to make this build, bump PKGREVISION.
2005-02-20 00:57:39 +00:00

13 lines
304 B
Text

$NetBSD: patch-ab,v 1.1 2005/02/20 00:57:39 xtraeme Exp $
--- Makefile.orig 2005-02-20 01:34:41.000000000 +0100
+++ Makefile 2005-02-20 01:34:52.000000000 +0100
@@ -14,7 +14,7 @@
.endif
.if ${OSTYPE} == "NetBSD"
-NOGCCERROR=D
+NOLINT=yes
CPPFLAGS=${CFLAGS}
SHLIBDIR=/usr/pkg/lib
USE_SHLIBDIR=yes