diff options
Diffstat (limited to 'media-sound/ripperx/files/ripperx-2.6.6-asneeded.patch')
-rw-r--r-- | media-sound/ripperx/files/ripperx-2.6.6-asneeded.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/ripperx/files/ripperx-2.6.6-asneeded.patch b/media-sound/ripperx/files/ripperx-2.6.6-asneeded.patch new file mode 100644 index 000000000000..4244e32fc8be --- /dev/null +++ b/media-sound/ripperx/files/ripperx-2.6.6-asneeded.patch @@ -0,0 +1,21 @@ +--- ripperX-2.6.6/src/Makefile.in-orig 2006-06-26 22:53:42.000000000 -0500 ++++ ripperX-2.6.6/src/Makefile.in 2006-06-26 22:54:38.000000000 -0500 +@@ -11,7 +11,8 @@ + + CC = @CC@ + CFLAGS = @CFLAGS@ +-LDFLAGS = @LDFLAGS@ @LIBS@ -lutil ++LDFLAGS = @LDFLAGS@ ++LIBS = @LIBS@ -lutil + INSTALL = @INSTALL@ + + CFILES = main.c\ +@@ -35,7 +36,7 @@ + all: ripperX + + ripperX: $(OFILES) +- $(CC) $(LDFLAGS) $(OFILES) -o ripperX ++ $(CC) $(LDFLAGS) $(OFILES) $(LIBS) -o ripperX + + .c.o: + $(CC) $(CFLAGS) -c $< |