diff options
author | Oleg O. Chukaev <oleg.chukaev@mail.ru> | 2010-05-13 01:00:41 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 01:00:41 +0200 |
commit | 2c4c0749bdc603fd0016ecc638f7810d89fe7a10 (patch) | |
tree | f9edad2d36ff65c9ba45aa3e96c8f553e8f1faf6 /system/biew/makefile.diff | |
parent | 4720e93ed04a74086488005de86ed90afe4bf6a2 (diff) | |
download | slackbuilds-2c4c0749bdc603fd0016ecc638f7810d89fe7a10.tar.gz |
system/biew: Added to 13.0 repository
Diffstat (limited to 'system/biew/makefile.diff')
-rw-r--r-- | system/biew/makefile.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/biew/makefile.diff b/system/biew/makefile.diff new file mode 100644 index 0000000000..135ca2208d --- /dev/null +++ b/system/biew/makefile.diff @@ -0,0 +1,10 @@ +--- makefile.orig 2009-09-23 11:17:50.000000000 +0400 ++++ makefile 2009-10-31 19:21:26.000000000 +0300 +@@ -244,6 +244,7 @@ + biewlib/tw_class.o: biewlib/tw_class.c + biewlib/sysdep/$(MACHINE)/aclib.o: biewlib/sysdep/$(MACHINE)/aclib.c + biewlib/sysdep/$(MACHINE)/cpu_info.o: biewlib/sysdep/$(MACHINE)/cpu_info.c ++ $(CC) $(CFLAGS) $(INCS) -msse -c $< -o $@ + biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o: biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.c + biewlib/sysdep/$(MACHINE)/$(HOST)/keyboard.o: biewlib/sysdep/$(MACHINE)/$(HOST)/keyboard.c + biewlib/sysdep/$(MACHINE)/$(HOST)/mmfio.o: biewlib/sysdep/$(MACHINE)/$(HOST)/mmfio.c |