diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-06-17 06:27:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-06-17 06:27:45 +0000 |
commit | a2c4cd1ed00e8b48c971f038ea6b99ae55d1fa33 (patch) | |
tree | 88d1acb470bbb10505630917c5de35cc97dc53da /deskutils | |
parent | - drop 4.x (EOL) support (diff) |
This port contains an incorrect configure test that tries to test for the
pthread_create() function by doing the following
| char pthread_create ();
| int
| main ()
| {
| pthread_create ();
| ;
| return 0;
| }
This is completely bogus (pthread_create() requires arguments), so this
causes undefined behaviour. One such undefined behaviour seen in practise
is an infinite loop. Disable the port until someone cares to fix this.
Also shuffle the rxvt PATCH_DEPENDS (!) later, to give a chance for the
WITHOUT_X11 to be set. This also looks pretty bogus, rxvt in fact does not
appear to be needed for patching.
Notes
Notes:
svn path=/head/; revision=193708
Diffstat (limited to 'deskutils')
0 files changed, 0 insertions, 0 deletions