summaryrefslogtreecommitdiff
path: root/archivers/nomarch/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/nomarch/patches/patch-aa')
-rw-r--r--archivers/nomarch/patches/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/archivers/nomarch/patches/patch-aa b/archivers/nomarch/patches/patch-aa
new file mode 100644
index 00000000000..a256cc7b91a
--- /dev/null
+++ b/archivers/nomarch/patches/patch-aa
@@ -0,0 +1,25 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/13 18:38:08 cjep Exp $
+
+--- Makefile.orig Thu Aug 8 13:24:33 2002
++++ Makefile
+@@ -1,7 +1,8 @@
+ # Makefile - makefile for nomarch
+
+ CC=gcc
+-CFLAGS=-O2 -Wall
++#CFLAGS=-O2 -Wall
++CFLAGS+=-Wall
+
+ # Set BINDIR to directory for binary,
+ # MANDIR to directory for man page.
+@@ -25,8 +26,8 @@ installdirs:
+ /bin/sh ./mkinstalldirs $(BINDIR) $(MANDIR)
+
+ install: nomarch installdirs
+- install -m 755 nomarch $(BINDIR)
+- install -m 644 nomarch.1 $(MANDIR)
++ install -c -m 755 nomarch $(BINDIR)
++ install -c -m 644 nomarch.1 $(MANDIR)
+
+ uninstall:
+ $(RM) $(BINDIR)/nomarch $(MANDIR)/nomarch.1