diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 20:02:07 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:02:07 +0200 |
commit | 081ad402b49a5419eb3072aad0bfde95ebb6d988 (patch) | |
tree | d9c785d718b9c684b0c5cafcfefce3fd0df734a6 /system/sash/sash-3.7-CFLAGS_i486.patch | |
parent | 0b8cef7f93558e77d9474e7b79635be1a9e24cec (diff) | |
download | slackbuilds-081ad402b49a5419eb3072aad0bfde95ebb6d988.tar.gz |
system/sash: Added to 12.0 repository
Diffstat (limited to 'system/sash/sash-3.7-CFLAGS_i486.patch')
-rw-r--r-- | system/sash/sash-3.7-CFLAGS_i486.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/sash/sash-3.7-CFLAGS_i486.patch b/system/sash/sash-3.7-CFLAGS_i486.patch new file mode 100644 index 0000000000..2d4b14ee35 --- /dev/null +++ b/system/sash/sash-3.7-CFLAGS_i486.patch @@ -0,0 +1,12 @@ +diff -Nur sash-3.7.orig/Makefile sash-3.7/Makefile +--- sash-3.7.orig/Makefile 2002-07-21 18:24:47.000000000 -0500 ++++ sash-3.7/Makefile 2007-08-22 15:56:15.225837097 -0500 +@@ -14,7 +14,7 @@ + MOUNT_TYPE = '"ext3"' + + +-CFLAGS = -O3 -Wall -Wmissing-prototypes \ ++CFLAGS = -O2 -march=i486 -mtune=i686 -Wall -Wmissing-prototypes \ + -DHAVE_GZIP=$(HAVE_GZIP) \ + -DHAVE_LINUX_ATTR=$(HAVE_LINUX_ATTR) \ + -DHAVE_LINUX_MOUNT=$(HAVE_LINUX_MOUNT) \ |