mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 00:53:51 +02:00
- Added c[89]9 wrappers and manpages from NetBSD. - Do not run fixincludes. - Remove python stuff that only gets installed when python is found.
2 lines
41 B
Bash
2 lines
41 B
Bash
#!/bin/sh
|
|
exec /usr/bin/cc -std=c89 "$@"
|