diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-26 22:22:34 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-26 22:22:34 +0000 |
commit | 92137783a575c8d393111e9cc9462b793a5adaf1 (patch) | |
tree | 1591939cdb8940f1a088bd323be074bb10316962 /libsigc++ | |
parent | c622f3c20bdf23806c3202d4f300323e4b1cde5b (diff) |
BUGFIX: correct build of libsigc++ with automake/aclocal 1.8.
BKrev: 4015932ad3eYAnn9GIeCt0eP0Yb65A
Diffstat (limited to 'libsigc++')
-rw-r--r-- | libsigc++/libsigc++_1.2.5.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libsigc++/libsigc++_1.2.5.oe b/libsigc++/libsigc++_1.2.5.oe index e69de29bb2..a1363af093 100644 --- a/libsigc++/libsigc++_1.2.5.oe +++ b/libsigc++/libsigc++_1.2.5.oe @@ -0,0 +1,8 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz + +inherit autotools libtool + +acpaths = -I ${S}/scripts |