diff options
author | demon <demon@FreeBSD.org> | 2002-02-24 12:35:05 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-02-24 12:35:05 +0000 |
commit | 2dc845c90396b5f2919c584565270de20af1eda1 (patch) | |
tree | 882a44d983cac1af6ffa482ecef57ed8720de372 /security/ident2 | |
parent | f9bb7740365bc1e4ecb30086ccfd34e722c1a351 (diff) | |
download | FreeBSD-ports-2dc845c90396b5f2919c584565270de20af1eda1.zip FreeBSD-ports-2dc845c90396b5f2919c584565270de20af1eda1.tar.gz |
Respect CFLAGS.
Diffstat (limited to 'security/ident2')
-rw-r--r-- | security/ident2/files/patch-Makefile.in | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/security/ident2/files/patch-Makefile.in b/security/ident2/files/patch-Makefile.in index 4108eb8..4ab2e65 100644 --- a/security/ident2/files/patch-Makefile.in +++ b/security/ident2/files/patch-Makefile.in @@ -1,6 +1,14 @@ ---- Makefile.in.orig Sat Jun 9 17:44:19 2001 -+++ Makefile.in Sat Jun 9 17:44:36 2001 -@@ -36,8 +36,8 @@ +--- Makefile.in.orig Mon Sep 13 08:35:42 1999 ++++ Makefile.in Sun Feb 24 15:33:36 2002 +@@ -29,15 +29,15 @@ + RANLIB = @RANLIB@ + + CC = @CC@ +-CFLAGS = -Wall -O2 ++CFLAGS = @CFLAGS@ + INSTALL = @INSTALL@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ doc_format = @doc_format@ PROG = ident2 |