diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-01-25 20:05:21 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-01-25 20:05:21 +0000 |
commit | 7f8425032d2ad67d7dba79f71e99673e0759d794 (patch) | |
tree | c820c17721009a24f1095d8c1defdda64830a169 /media-libs/cal3d/files | |
parent | Stable on ppc64; bug #120215 (diff) | |
download | gentoo-2-7f8425032d2ad67d7dba79f71e99673e0759d794.tar.gz gentoo-2-7f8425032d2ad67d7dba79f71e99673e0759d794.tar.bz2 gentoo-2-7f8425032d2ad67d7dba79f71e99673e0759d794.zip |
Add a patch to build with recent versions of libtool (bug #116077).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-libs/cal3d/files')
-rw-r--r-- | media-libs/cal3d/files/cal3d-0.11.0_pre20050823-libtool-compat.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/cal3d/files/cal3d-0.11.0_pre20050823-libtool-compat.patch b/media-libs/cal3d/files/cal3d-0.11.0_pre20050823-libtool-compat.patch new file mode 100644 index 000000000000..a82e65a07613 --- /dev/null +++ b/media-libs/cal3d/files/cal3d-0.11.0_pre20050823-libtool-compat.patch @@ -0,0 +1,10 @@ +--- src/cal3d/Makefile.am 2005-03-21 02:42:51.000000000 +0200 ++++ /Makefile.am 2005-12-19 22:37:42.000000000 +0200 +@@ -12,7 +12,6 @@ + + INCLUDES = $(all_includes) -I$(top_srcdir)/src + +-all_libraries = @all_libraries@ + AM_LDFLAGS = @LDFLAGS@ + + EXTRA_DIST = cal3d.rc cal3d.dsp SConscript |