diff options
author | naddy <naddy@FreeBSD.org> | 2002-01-16 14:54:05 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-01-16 14:54:05 +0000 |
commit | 400344f6b4e808a0e31664377ea4548c185f3cab (patch) | |
tree | 3e49e685448f7d3d62fda5dbf4626062f2968cbe /audio/mpg321/files | |
parent | 65d2ae4e566b97dda31cd2d9fc3d178d2ffe9372 (diff) | |
download | FreeBSD-ports-400344f6b4e808a0e31664377ea4548c185f3cab.zip FreeBSD-ports-400344f6b4e808a0e31664377ea4548c185f3cab.tar.gz |
* upgrade to 0.2.3
* update lib version of libao dependency
Diffstat (limited to 'audio/mpg321/files')
-rw-r--r-- | audio/mpg321/files/patch-getopt.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/mpg321/files/patch-getopt.c b/audio/mpg321/files/patch-getopt.c deleted file mode 100644 index e566e22..0000000 --- a/audio/mpg321/files/patch-getopt.c +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- getopt.c.orig Mon Oct 15 14:05:23 2001 -+++ getopt.c Mon Oct 15 14:05:37 2001 -@@ -76,16 +76,7 @@ - # endif - #endif - --#ifndef _ --/* This is for other GNU distributions with internationalized messages. -- When compiling libc, the _ macro is predefined. */ --# ifdef HAVE_LIBINTL_H --# include <libintl.h> --# define _(msgid) gettext (msgid) --# else - # define _(msgid) (msgid) --# endif --#endif - - /* This version of `getopt' appears to the caller like standard Unix `getopt' - but it behaves differently for the user, since it allows the user |