mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
$NetBSD: patch-aa,v 1.2 2005/02/12 00:46:58 dmcmahill Exp $
|
|
|
|
--- src/hash/Makefile.am.orig Thu Jul 22 18:46:36 2004
|
|
+++ src/hash/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
|