ports/audio/alsa-utils/files/patch-alsamixer_mixer__display.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

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>