diff options
author | 2008-11-19 14:47:42 +0000 | |
---|---|---|
committer | 2008-11-19 14:47:42 +0000 | |
commit | 29eae73e8680b77d39107f271bd94e0640c7299d (patch) | |
tree | e1814c82a204847bbb51a6e6bfa2afb46b3a141f /media-libs/atlas-c++/files | |
parent | Version bump, add build dep on net-misc/curl (bug #241222). (diff) | |
download | historical-29eae73e8680b77d39107f271bd94e0640c7299d.tar.gz historical-29eae73e8680b77d39107f271bd94e0640c7299d.tar.bz2 historical-29eae73e8680b77d39107f271bd94e0640c7299d.zip |
Fix building cyphesis with --as-needed as from bug #247463
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'media-libs/atlas-c++/files')
-rw-r--r-- | media-libs/atlas-c++/files/atlas-c++-0.6.1-as-needed.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/atlas-c++/files/atlas-c++-0.6.1-as-needed.patch b/media-libs/atlas-c++/files/atlas-c++-0.6.1-as-needed.patch new file mode 100644 index 000000000000..2c7e7a180ce7 --- /dev/null +++ b/media-libs/atlas-c++/files/atlas-c++-0.6.1-as-needed.patch @@ -0,0 +1,11 @@ +--- Atlas/Net/Makefile.am.old 2008-11-19 15:29:19.000000000 +0100 ++++ Atlas/Net/Makefile.am 2008-11-19 15:30:04.000000000 +0100 +@@ -5,6 +5,8 @@ + + libAtlasNet_0_6_la_LDFLAGS = $(INTERFACE_VERSION) + ++libAtlasNet_0_6_la_LIBADD = ../Codecs/libAtlasCodecs-0.6.la ++ + libAtlasNetincludedir = $(includedir)/Atlas-C++-0.6/Atlas/Net + + libAtlasNet_0_6_la_SOURCES = \ |