diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-10-28 05:01:34 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-10-28 05:01:34 +0800 |
commit | fb83bcb0cae025ad2be2e28f33ec0c8f0c3ee6f2 (patch) | |
tree | 7aee333f4503059f3f060e5be417520334206176 /russian | |
parent | 68c7e212d9d8686b9a8be6ce606a204247d5b67b (diff) | |
download | freebsd-ports-gnome-fb83bcb0cae025ad2be2e28f33ec0c8f0c3ee6f2.tar.gz freebsd-ports-gnome-fb83bcb0cae025ad2be2e28f33ec0c8f0c3ee6f2.tar.zst freebsd-ports-gnome-fb83bcb0cae025ad2be2e28f33ec0c8f0c3ee6f2.zip |
Fix build with gcc 3.3.1.
Bump PORTREVISION.
Diffstat (limited to 'russian')
-rw-r--r-- | russian/cyrproxy/Makefile | 1 | ||||
-rw-r--r-- | russian/cyrproxy/files/patch-readconf.c | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/russian/cyrproxy/Makefile b/russian/cyrproxy/Makefile index 0403d14ae7b9..3da65a47da3f 100644 --- a/russian/cyrproxy/Makefile +++ b/russian/cyrproxy/Makefile @@ -7,6 +7,7 @@ PORTNAME= cyrproxy PORTVERSION= 1.4.2.20010208 +PORTREVISION= 1 CATEGORIES= russian net www MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/lexa/ DISTNAME= cyrproxy-1.4.2 diff --git a/russian/cyrproxy/files/patch-readconf.c b/russian/cyrproxy/files/patch-readconf.c index e23b0a9f152f..ee237fd9a1a2 100644 --- a/russian/cyrproxy/files/patch-readconf.c +++ b/russian/cyrproxy/files/patch-readconf.c @@ -1,11 +1,11 @@ ---- readconf.c.orig Wed Sep 3 18:51:28 2003 -+++ readconf.c Wed Sep 3 18:51:40 2003 +--- readconf.c.orig Sat May 3 18:57:22 1997 ++++ readconf.c Tue Oct 28 02:46:38 2003 @@ -648,7 +648,7 @@ retval=NULL; \ while(list!=NULL) \ { \ - if(list->##fieldn == compval) \ -+ if((list->##fieldn) == compval) \ ++ if((list->fieldn) == compval) \ retval=list; \ list=list->chain; \ } \ |