diff options
Diffstat (limited to 'x11/imwheel/files/patch-getopt::Makefile.in')
-rw-r--r-- | x11/imwheel/files/patch-getopt::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/imwheel/files/patch-getopt::Makefile.in b/x11/imwheel/files/patch-getopt::Makefile.in new file mode 100644 index 000000000000..3a65236b63de --- /dev/null +++ b/x11/imwheel/files/patch-getopt::Makefile.in @@ -0,0 +1,11 @@ +--- getopt/Makefile.in.orig Thu Feb 22 08:41:45 2001 ++++ getopt/Makefile.in +@@ -79,7 +79,7 @@ + mdump_dist = @mdump_dist@ + suid = @suid@ + +-CFLAGS = -O6 -s -Wall ++#CFLAGS = -O6 -s -Wall + noinst_LIBRARIES = libgetopt.a + libgetopt_a_SOURCES = getopt.c getopt1.c getopt.h + |