mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2001/04/27 13:32:01 zuntum Exp $
|
|
|
|
--- getopt/Makefile.in.orig Thu Feb 22 08:41:45 2001
|
|
+++ getopt/Makefile.in
|
|
@@ -79,7 +79,7 @@
|
|
mdump_dist = @mdump_dist@
|
|
suid = @suid@
|
|
|
|
-CFLAGS = -O6 -s -Wall
|
|
+CFLAGS+= -s -Wall
|
|
noinst_LIBRARIES = libgetopt.a
|
|
libgetopt_a_SOURCES = getopt.c getopt1.c getopt.h
|
|
|