diff options
author | pav <pav@FreeBSD.org> | 2005-07-27 05:23:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-27 05:23:51 +0800 |
commit | 9eaee5c72c742412278a1b7a4939d4fb3c2e5640 (patch) | |
tree | 68eb08c57ff6242a8f8b1e556da6fa7dad14bdb7 /net/balance/files | |
parent | b8681aa0d232f1a12cb0930e8d5deedfc274d3f4 (diff) | |
download | freebsd-ports-gnome-9eaee5c72c742412278a1b7a4939d4fb3c2e5640.tar.gz freebsd-ports-gnome-9eaee5c72c742412278a1b7a4939d4fb3c2e5640.tar.zst freebsd-ports-gnome-9eaee5c72c742412278a1b7a4939d4fb3c2e5640.zip |
- Update to 3.24
PR: ports/84091
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: Joseph Scott <joseph@randomnetworks.com> (maintainer)
Diffstat (limited to 'net/balance/files')
-rw-r--r-- | net/balance/files/patch-Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/balance/files/patch-Makefile b/net/balance/files/patch-Makefile deleted file mode 100644 index 55d21c2cb80d..000000000000 --- a/net/balance/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig Fri Mar 11 22:45:07 2005 -+++ Makefile Mon May 23 16:01:41 2005 -@@ -1,7 +1,7 @@ - # $Id: Makefile,v 1.20 2005/03/11 19:44:05 tommy Exp tommy $ - - #CFLAGS=-g -I. --CFLAGS=-O2 -Wall -+CFLAGS=-Wall - - # uncomment for Solaris: - # LIBRARIES=-lsocket -lnsl -@@ -15,7 +15,7 @@ - # BALANCE=balance.exe - # ROOT=Administrators - --CC=gcc -+CC?=gcc - RELEASE=3.22 - - all: balance balance.pdf |