diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-04-22 11:02:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-04-22 11:02:07 +0000 |
commit | 527d2aa453349b0e48f64a81a1a0063d39d7244b (patch) | |
tree | c55cdadaf1e13aac72f1229f8abf6a24a6951f30 /media-sound/ttaenc/files/ttaenc-3.3-cflags.patch | |
parent | Added ~ppc64; bug #175164 (diff) | |
download | historical-527d2aa453349b0e48f64a81a1a0063d39d7244b.tar.gz historical-527d2aa453349b0e48f64a81a1a0063d39d7244b.tar.bz2 historical-527d2aa453349b0e48f64a81a1a0063d39d7244b.zip |
Initial commit for bug 174342 as per request from Chainsaw.
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'media-sound/ttaenc/files/ttaenc-3.3-cflags.patch')
-rw-r--r-- | media-sound/ttaenc/files/ttaenc-3.3-cflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/ttaenc/files/ttaenc-3.3-cflags.patch b/media-sound/ttaenc/files/ttaenc-3.3-cflags.patch new file mode 100644 index 000000000000..3de56ea2af18 --- /dev/null +++ b/media-sound/ttaenc/files/ttaenc-3.3-cflags.patch @@ -0,0 +1,11 @@ +--- Makefile.orig 2007-04-21 21:07:25.000000000 +0100 ++++ Makefile 2007-04-21 21:07:40.000000000 +0100 +@@ -2,7 +2,7 @@ + # $Id: ttaenc-3.3-cflags.patch,v 1.1 2007/04/22 11:02:07 drac Exp $ + # + +-CFLAGS = -Wall -O2 -funroll-loops -fomit-frame-pointer ++CFLAGS += -Wall -O2 + LIBS = -lm + TTAENC = ttaenc + INSDIR = /usr/local/bin |