opnsense-ports/audio/mp3blaster/files/patch-src__main.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
333 B
C++

--- src/main.cc.orig Tue Aug 29 08:54:53 2006
+++ src/main.cc Tue Aug 29 08:55:01 2006
@@ -5448,7 +5448,7 @@
{ 0, 0, 0, 0}
};
- c = getopt_long(argc, argv, "28a:c:df:hl:m:no:p:qRr:s:t:v", long_options,
+ c = getopt_long_only(argc, argv, "28a:c:df:hl:m:no:p:qRr:s:t:v", long_options,
&long_index);
if (c == EOF)