diff options
author | Oleg O. Chukaev <oleg.chukaev@mail.ru> | 2010-07-02 06:53:35 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-02 07:45:57 -0500 |
commit | 5e8dce29b4b6f64c5abea2c033f29adaf8780912 (patch) | |
tree | d09403734405e954c39e8932e3fa37bb0ec86a13 /system/biew/makefile.diff | |
parent | 2e0f6beb06b9a1f6e1b40a1a39d0f55197709e4f (diff) | |
download | slackbuilds-5e8dce29b4b6f64c5abea2c033f29adaf8780912.tar.gz |
system/biew: Added (Binary vIEW)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 |