diff options
Diffstat (limited to 'games/smiley/files/patch-aa')
-rw-r--r-- | games/smiley/files/patch-aa | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games/smiley/files/patch-aa b/games/smiley/files/patch-aa new file mode 100644 index 000000000000..a71e80f26ca9 --- /dev/null +++ b/games/smiley/files/patch-aa @@ -0,0 +1,23 @@ +*** Makefile.orig Mon Nov 29 13:03:11 1993 +--- Makefile Sat Dec 15 10:51:48 2001 +*************** +*** 32,40 **** + ltoa.o \ + smiley.o + +! CFLAGS = -O + +! LDFLAGS = -s + + all: $(TARGET) + +--- 32,40 ---- + ltoa.o \ + smiley.o + +! CFLAGS = -O -pipe + +! LDFLAGS = + + all: $(TARGET) + |