diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-09-22 21:08:19 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-09-22 21:08:19 +0000 |
commit | 1b7716b41989768f3ada51fc24e0313958105f07 (patch) | |
tree | af77e5ac49513990e6c5e9373b1ee26d26563744 /app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff | |
parent | bump patchset to include a patch to fix build with latest ffmpeg (diff) | |
download | gentoo-2-1b7716b41989768f3ada51fc24e0313958105f07.tar.gz gentoo-2-1b7716b41989768f3ada51fc24e0313958105f07.tar.bz2 gentoo-2-1b7716b41989768f3ada51fc24e0313958105f07.zip |
hdaps-gl initial commit
(Portage version: 2.2_rc9/cvs/Linux 2.6.27-rc7 x86_64)
Diffstat (limited to 'app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff')
-rw-r--r-- | app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff b/app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff new file mode 100644 index 000000000000..0d0214033252 --- /dev/null +++ b/app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff @@ -0,0 +1,11 @@ +--- hdaps-gl-0.0.5/Makefile 2005-08-30 20:06:53.000000000 +0200 ++++ hdaps-gl-0.0.5-1/Makefile 2008-09-22 22:55:57.000000000 +0200 +@@ -10,7 +10,7 @@ + all: hdaps-gl + + hdaps-gl: hdaps-gl.c +- $(CC) $(CFLAGS) $(LIBDIR) $(LIBRARIES) -o hdaps-gl hdaps-gl.c ++ $(CC) $(CFLAGS) $(LIBDIR) -o hdaps-gl hdaps-gl.c $(LIBRARIES) + + clean: + rm -f hdaps-gl *.o |