1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/audio/prokyon3/files/patch-src_getopt.c
Pav Lucistnik 28be86e0f7 - Update to 0.9.2
PR:		ports/61880, ports/61897
Submitted by:	Kay Lehmann <kay_lehmann@web.de> (maintainer)
2004-01-25 18:59:24 +00:00

12 lines
278 B
C

--- src/getopt.c.orig Sat Sep 20 10:34:30 2003
+++ src/getopt.c Sat Sep 20 10:35:56 2003
@@ -24,6 +24,8 @@
#include "config.h"
#endif
+#define _(String)(String)
+
#ifndef __STDC__
/* This is a separate conditional since some stdc systems
reject `defined (const)'. */