openbsd-ports/sysutils/pciutils/patches/patch-Makefile
matthieu ee0bc96ecd Add pciutils, a library for portable access to PCI bus configuration
registers and utilities based on this library (lspci & co).
with help from and ok sturm@.
2006-03-25 21:53:35 +00:00

14 lines
466 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2006/03/25 21:53:35 matthieu Exp $
--- Makefile.orig Sat Nov 26 14:00:57 2005
+++ Makefile Fri Mar 24 22:57:18 2006
@@ -1,8 +1,7 @@
# Makefile for The PCI Utilities
# (c) 1998--2005 Martin Mares <mj@ucw.cz>
-OPT=-O2
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline
+CFLAGS+= -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline
VERSION=2.2.1
DATE=2005-11-26