diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-01 20:21:47 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-01 20:21:47 +0000 |
commit | a3b3a03eb85bdcf590d471ba502ee6bc9ca1244e (patch) | |
tree | e11e126d950e3d37beff044749676e76616b117f /comms | |
parent | f3dc33ecc2527e9ac31f31c61abf042f76d180b6 (diff) | |
download | ports-a3b3a03eb85bdcf590d471ba502ee6bc9ca1244e.tar.gz ports-a3b3a03eb85bdcf590d471ba502ee6bc9ca1244e.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qico/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/qico/files/patch-configure b/comms/qico/files/patch-configure new file mode 100644 index 000000000000..ae1021a03cee --- /dev/null +++ b/comms/qico/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig 2003-04-05 13:33:18 UTC ++++ configure +@@ -8343,6 +8343,7 @@ cat >>conftest.$ac_ext <<_ACEOF + #endif + static char *fl = "/usr/local/bin/some.file"; + int main(int argc, char **argv) { ++ fl = strdup(fl); + char *b = basename(fl); return ((*b != '/')?0:1); + } + |