diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 04:40:22 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 04:40:22 +0000 |
commit | 69d7ba3d95db69db385758f6da92ea090d466f91 (patch) | |
tree | 616ed36cd2bfa77d09bb5898453bd99330224b9b /sysutils/logtool/files/patch-configure | |
parent | update devel/tpg: 2.1.4 -> 2.1.5 (diff) |
update sysutils/logtool: 1.2.2 -> 1.2.4
PR: 54226
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=84493
Diffstat (limited to 'sysutils/logtool/files/patch-configure')
-rw-r--r-- | sysutils/logtool/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/logtool/files/patch-configure b/sysutils/logtool/files/patch-configure deleted file mode 100644 index d3f80b8c09d7..000000000000 --- a/sysutils/logtool/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Apr 28 16:00:06 2003 -+++ configure Mon Apr 28 16:00:17 2003 -@@ -745,7 +745,7 @@ - fi - - if test -n "$GCC"; then -- CFLAGS="-O3 -W -Wall" -+# CFLAGS="-O3 -W -Wall" - fi - - |