mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Fixed libsigc++-1.2.7.bep so that it build now, and removed unneeded patch for it.
This commit is contained in:
@@ -1,22 +1,26 @@
|
||||
DESCRIPTION="libsigc++ is a typesafe callback system for standard C++"
|
||||
HOMEPAGE="http://libsigc.sourceforge.net/stable.shtml"
|
||||
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/1.2/libsigc++-1.2.7.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-cpp/mm-common >= 0.9.2"
|
||||
CHECKSUM_MD5="b939751dff0db9652c5dbfc9de685efa"
|
||||
BUILD {
|
||||
cd libsigc++-1.2.7
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
sh autogen.sh
|
||||
aclocal -I scripts
|
||||
autoconf
|
||||
automake
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
make -i
|
||||
# There's name make file for tests and examples directories so just ignore (-i)
|
||||
# those errors and we really don't need either one
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libsigc++-1.2.7
|
||||
make install
|
||||
make -i install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
diff -urN libsigc++-1.2.7/Makefile.in libsigc++-1.2.7-haiku/Makefile.in
|
||||
--- libsigc++-1.2.7/Makefile.in 2005-04-13 06:32:20.035127296 +0000
|
||||
+++ libsigc++-1.2.7-haiku/Makefile.in 2010-05-29 18:05:57.633077760 +0000
|
||||
@@ -196,8 +196,8 @@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
-SUBDIRS = sigc++ tests doc MSVC_6 MSVC_Net2003 eVC4
|
||||
-DIST_SUBDIRS = $(SUBDIRS) examples scripts
|
||||
+SUBDIRS = sigc++ doc MSVC_6 MSVC_Net2003 eVC4
|
||||
+DIST_SUBDIRS = $(SUBDIRS) scripts
|
||||
ACLOCAL_AMFLAGS = -I $(srcdir)/scripts
|
||||
EXTRA_DIST = \
|
||||
FEATURES IDEAS \
|
||||
diff -urN libsigc++-1.2.7/configure.in libsigc++-1.2.7-haiku/configure.in
|
||||
--- libsigc++-1.2.7/configure.in 2005-04-13 06:12:02.034603008 +0000
|
||||
+++ libsigc++-1.2.7-haiku/configure.in 2010-05-29 18:04:52.096468992 +0000
|
||||
@@ -659,8 +659,6 @@
|
||||
sigc++/macros/Makefile
|
||||
sigc++/config/Makefile
|
||||
scripts/Makefile
|
||||
- examples/Makefile
|
||||
- tests/Makefile
|
||||
MSVC_6/Makefile
|
||||
MSVC_Net2003/Makefile
|
||||
MSVC_Net2003/tests/Makefile
|
||||
Reference in New Issue
Block a user