1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 09:19:15 -04:00
ports/devel/libpci/files/patch-Makefile
Marius Strobl 6e31d07b8a Base on pcutils 2.2.8 so it gets the fixes and enhancements originally done
as local patches in pciutils-2.2.6 (see sysutils/pciutils/Makefile 1.10).

Approved by:	maintainer, miwi
2007-10-28 21:24:39 +00:00

12 lines
377 B
Text

--- Makefile.orig Sat Jan 4 15:53:01 2003
+++ Makefile Fri Jun 13 21:20:28 2003
@@ -1,8 +1,7 @@
# Makefile for The PCI Utilities
# (c) 1998--2007 Martin Mares <mj@ucw.cz>
-OPT=-O2
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS+=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
VERSION=2.2.8
DATE=2007-10-19