diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-25 04:05:37 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-25 04:05:37 +0800 |
commit | ed5f3810afaccf9c92bde287276db4ca3a15ca21 (patch) | |
tree | ea23adb2145b433364a31dc09f0b2331d564b995 /security/its4/files | |
parent | 51f6f7d696759896ce838cbe41cd6e46ef48fe3c (diff) | |
download | freebsd-ports-gnome-ed5f3810afaccf9c92bde287276db4ca3a15ca21.tar.gz freebsd-ports-gnome-ed5f3810afaccf9c92bde287276db4ca3a15ca21.tar.zst freebsd-ports-gnome-ed5f3810afaccf9c92bde287276db4ca3a15ca21.zip |
Update port to 1.0.1
Diffstat (limited to 'security/its4/files')
-rw-r--r-- | security/its4/files/patch-aa | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/its4/files/patch-aa b/security/its4/files/patch-aa index ea3d12bfaf12..4809c204fa10 100644 --- a/security/its4/files/patch-aa +++ b/security/its4/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Mon Feb 21 11:53:17 2000 -+++ configure Mon Feb 21 23:25:16 2000 +--- configure.orig Wed Feb 23 12:19:12 2000 ++++ configure Thu Feb 24 15:01:29 2000 @@ -18,7 +18,7 @@ DATADIR= MANDIR= @@ -9,7 +9,7 @@ QUIET= CC= INSTALLPROG= -@@ -192,11 +192,12 @@ +@@ -192,6 +192,7 @@ ###### Check for snprintf() printf %s "Checking for snprintf()... " 1>&5 cat >tmp.c <<EOF @@ -17,9 +17,3 @@ #include <string.h> int main() { - char buf[12]; -- snprintf(buf, "%s", 2, "foof"); -+ snprintf(buf, 2, "%s", "foof"); - } - EOF - if `${CC} tmp.c 2>/dev/null`; then |