62e0a9da47
- Silence a few warnings. - Remove support for very old versions of FreeBSD.
22 lines
509 B
Text
22 lines
509 B
Text
--- lib/Makefile.orig 2008-04-07 11:16:05.000000000 +0100
|
|
+++ lib/Makefile 2008-04-09 16:39:06.000000000 +0100
|
|
@@ -1,11 +1,18 @@
|
|
# $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.5 2008-04-09 15:44:45 flz Exp $
|
|
|
|
LIB= install
|
|
-INTERNALLIB=
|
|
SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
|
|
deps.c version.c pkgwrap.c url.c
|
|
|
|
+NO_PROFILE= yes
|
|
+NO_PIC= yes
|
|
+NOPROFILE= yes
|
|
+NOPIC= yes
|
|
+
|
|
WARNS?= 3
|
|
WFORMAT?= 1
|
|
|
|
+install:
|
|
+ @echo -n
|
|
+
|
|
.include <bsd.lib.mk>
|