mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
as local patches in pciutils-2.2.6 (see sysutils/pciutils/Makefile 1.10). Approved by: maintainer, miwi
12 lines
377 B
Text
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
|