summaryrefslogtreecommitdiff
path: root/news/nntp/files/patch-Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-12-09 21:10:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-12-09 21:10:30 +0000
commitc459689c126d6c187783214bd1a2a73a0254b801 (patch)
treee6dbd781d08301389614516d20e7aa35ea5dce20 /news/nntp/files/patch-Makefile
parentUpdate to 2.1.10. (diff)
Fix a build problem with ANSI_SOURCE and CFLAGS
Notes
Notes: svn path=/head/; revision=71481
Diffstat (limited to 'news/nntp/files/patch-Makefile')
-rw-r--r--news/nntp/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntp/files/patch-Makefile b/news/nntp/files/patch-Makefile
index 2f4ccb5088be..3ff1ab4cc3df 100644
--- a/news/nntp/files/patch-Makefile
+++ b/news/nntp/files/patch-Makefile
@@ -5,7 +5,7 @@
# MAKE=make
# set CFLAGS to be -Ipath/to/special/includes if needed
-CFLAGS= -O
-+#CFLAGS= -O
++CFLAGS+= -I${LOCALBASE}/include
#Uncomment the following for Solaris (and similiar SVR4 systems)
#NETLIBS = -lsocket -lnsl
#Uncomment the following if the previous one does not work