pkgsrc/net/ipw/patches/patch-aa
zuntum 635a09d3b1 No functional changes:
o modify patch-aa to match my current taste:
      don't remove CFLAGS line, just change '=' to '+=' and remove -O switch
  o don't hack install target in ipw's Makefile any longer, it's easier to
    install binary in do-install target in pkg's Makefile (we already have
    the post-install target as it installs README file, so I hope it's ok)
2001-06-13 14:37:32 +00:00

13 lines
335 B
Text

$NetBSD: patch-aa,v 1.2 2001/06/13 14:37:32 zuntum Exp $
--- Makefile.orig Sat Jul 11 19:48:14 1998
+++ Makefile
@@ -1,7 +1,5 @@
-CC = gcc
# CFLAGS = -Wall -Wmissing-prototypes -g # -O
-CFLAGS = -Wall -Wmissing-prototypes -O
-LDFLAGS =
+CFLAGS+= -Wall -Wmissing-prototypes
# Use -lsocket -lnsl for Solaris
#LIBS = -lsocket -lnsl