mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
313 B
C
12 lines
313 B
C
--- alsamixer/mixer_display.c.orig 2016-03-31 14:37:02 UTC
|
|
+++ alsamixer/mixer_display.c
|
|
@@ -17,7 +17,9 @@
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
+#ifdef __GLIBC__
|
|
#define _C99_SOURCE /* lrint() */
|
|
+#endif
|
|
#include "aconfig.h"
|
|
#include <stdlib.h>
|
|
#include <string.h>
|