f11fd9f2ab
nn is a menu based (point and shoot) netnews reader with a complete set of features to satisfy both the expert and the novice user. Since its first release in Denmark in 1984 (!), in Europe in 1988, and the global release in June 1989, it has replaced rn and other well-known news readers at many sites. from aaron w. hsu (MAINTAINER) with tweaks by ajacoutot@ and me
13 lines
303 B
Plaintext
13 lines
303 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2008/11/17 08:42:13 jasper Exp $
|
|
--- Makefile.orig Mon Nov 17 09:35:23 2008
|
|
+++ Makefile Mon Nov 17 09:35:32 2008
|
|
@@ -18,7 +18,7 @@
|
|
#
|
|
# Use /lib/cpp or /usr/ccs/lib/cpp for CPP on Solaris or SVR4 machines.
|
|
|
|
-CC = cc
|
|
+CC ?= cc
|
|
|
|
CPP = $(CC) -E
|
|
#CPP = /lib/cpp
|