bab31bc69f
The release incorporates many of the pkgsrc patches needed for the previous release. Other bug fixes, but no release notes.
11 lines
304 B
Text
11 lines
304 B
Text
$NetBSD: patch-ac,v 1.2 2005/02/12 00:46:58 dmcmahill Exp $
|
|
|
|
--- src/verilog/Makefile.am.orig Fri Jul 30 14:12:45 2004
|
|
+++ src/verilog/Makefile.am
|
|
@@ -2,5 +2,5 @@
|
|
##
|
|
|
|
-AM_CFLAGS=-Wall -W -Wno-unused-parameter -Wno-unused-function -DDDR_DEBUG
|
|
+AM_CFLAGS= -DDDR_DEBUG
|
|
|
|
INCLUDES= -I$(srcdir)/../include
|