mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
464 B
Plaintext
14 lines
464 B
Plaintext
$NetBSD: patch-ab,v 1.2 2005/02/12 00:46:58 dmcmahill Exp $
|
|
|
|
--- src/hash/Makefile.in.orig Fri Jul 30 14:39:06 2004
|
|
+++ src/hash/Makefile.in
|
|
@@ -141,7 +141,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-AM_CFLAGS = -Wall -W -Wno-unused-parameter -Wno-unused-function -DDDR_DEBUG
|
|
+AM_CFLAGS = -DDDR_DEBUG
|
|
INCLUDES = -I$(srcdir)/../include
|
|
noinst_LIBRARIES = libhtbl.a
|
|
libhtbl_a_SOURCES = \
|