diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-29 03:02:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-29 03:02:37 +0000 |
commit | afe4fa46418c88b958c28731f8ad2a99ee4b9dfb (patch) | |
tree | 9d7b49f5d0ed0a07f60cc15b093c652a4ed9b185 /mail/ripmime/files/patch-Makefile | |
parent | - ignore creation of files in /root/GNUstep (diff) |
- Update to 1.3.1.1
- add patch to respect CFLAGS
65280
Tom McLaughlin
Approved by: (maintainer-timeout)
Diffstat (limited to '')
-rw-r--r-- | mail/ripmime/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ripmime/files/patch-Makefile b/mail/ripmime/files/patch-Makefile new file mode 100644 index 000000000000..472c1e6c9beb --- /dev/null +++ b/mail/ripmime/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Mon Apr 5 09:00:49 2004 ++++ Makefile Mon Apr 5 20:53:46 2004 +@@ -5,7 +5,7 @@ + # PERFORMANCE RELATED FLAG SETS + #CFLAGS=-Wall -O3 -march=i686 + #CFLAGS= -Wall -O3 -march=k6 +-CFLAGS= -Wall -g $(CPU_OPTS) ++#CFLAGS= -Wall -g $(CPU_OPTS) + #CFLAGS= -Wall -O3 -march=i686 + + # OLE decoding is still considered to be 'beta' mode - so it |