summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-03-25 20:45:59 +0000
committerSamuli Suominen <drac@gentoo.org>2008-03-25 20:45:59 +0000
commit86b57dcf3e6fbd2470e404ea720f3549b296761e (patch)
tree0bb1a6113eaa53fc575700e25f919e11e49533d3 /media-sound/ripperx/files
parentold (diff)
downloadgentoo-2-86b57dcf3e6fbd2470e404ea720f3549b296761e.tar.gz
gentoo-2-86b57dcf3e6fbd2470e404ea720f3549b296761e.tar.bz2
gentoo-2-86b57dcf3e6fbd2470e404ea720f3549b296761e.zip
removed old gtk2 version
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/ripperx/files')
-rw-r--r--media-sound/ripperx/files/ripperx-2.7.0-asneeded.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/media-sound/ripperx/files/ripperx-2.7.0-asneeded.patch b/media-sound/ripperx/files/ripperx-2.7.0-asneeded.patch
deleted file mode 100644
index 21112b0c439f..000000000000
--- a/media-sound/ripperx/files/ripperx-2.7.0-asneeded.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --exclude='*~' -Naur ripperX-2.7.0.orig/src/Makefile.in ripperX-2.7.0/src/Makefile.in
---- ripperX-2.7.0.orig/src/Makefile.in 2007-03-25 21:20:21.000000000 -0300
-+++ ripperX-2.7.0/src/Makefile.in 2007-03-25 21:21:14.000000000 -0300
-@@ -11,7 +11,8 @@
-
- CC = @CC@
- CFLAGS = @CFLAGS@
--LDFLAGS = @LDFLAGS@ @LIBS@ -lutil -lid3
-+LDFLAGS = @LDFLAGS@
-+LIBS = @LIBS@ -lutil -lid3
- INSTALL = @INSTALL@
-
- CFILES = main.c\
-@@ -36,7 +37,7 @@
- all: ripperX
-
- ripperX: $(OFILES)
-- $(CC) $(LDFLAGS) $(OFILES) -o ripperX
-+ $(CC) $(LDFLAGS) $(OFILES) $(LIBS) -o ripperX
-
- .c.o:
- $(CC) $(CFLAGS) -c $<