diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-01 18:18:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-01 18:18:04 +0000 |
commit | e93287341727b710ab7c55a5ceb908ee5186cf39 (patch) | |
tree | 4241cce37a55d902c08a6ef8e607b69c9853fa46 /media-sound/audiocompress/files | |
parent | Fix repoman warnings (diff) | |
download | historical-e93287341727b710ab7c55a5ceb908ee5186cf39.tar.gz historical-e93287341727b710ab7c55a5ceb908ee5186cf39.tar.bz2 historical-e93287341727b710ab7c55a5ceb908ee5186cf39.zip |
Fix repoman issues, fix latest ebuild etc
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'media-sound/audiocompress/files')
-rw-r--r-- | media-sound/audiocompress/files/audiocompress-1.5.1-gentoo.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/audiocompress/files/audiocompress-1.5.1-gentoo.patch b/media-sound/audiocompress/files/audiocompress-1.5.1-gentoo.patch deleted file mode 100644 index 24e510246296..000000000000 --- a/media-sound/audiocompress/files/audiocompress-1.5.1-gentoo.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -Naur AudioCompress-1.5.1.orig/Makefile AudioCompress-1.5.1/Makefile ---- AudioCompress-1.5.1.orig/Makefile 2004-03-29 10:04:30.000000000 -0800 -+++ AudioCompress-1.5.1/Makefile 2004-08-02 12:57:48.347510623 -0700 -@@ -6,12 +6,12 @@ - - ### Different platforms need different options... - ### Linux --#DYNAMIC = -shared -Wl,-soname -Wl,$(@) -+DYNAMIC = -shared -Wl,-soname -Wl,$(@) - - ### MacOS X (Jaguar with Fink) --CFLAGS = -I/sw/include --LDFLAGS = -L/sw/lib --DYNAMIC = -dynamiclib -+#CFLAGS = -I/sw/include -+#LDFLAGS = -L/sw/lib -+#DYNAMIC = -dynamiclib - - ### Comment out these lines if you don't have X11 installed or - ### otherwise want to build it without X11 -@@ -22,7 +22,7 @@ - ### (or don't have the XMMS development headers installed) - TARGETS += libcompress.so - INSTALL += install-xmms --CFLAGS += `xmms-config --cflags` -+CFLAGS += `xmms-config --cflags` -fPIC - LDFLAGS += `xmms-config --libs` - - ### Comment out these lines if you don't want to include EsounD functionality |