OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Jul-2002 19:39:35
Branch: HEAD Handle: 2002070218393400
Added files:
openpkg-src/orbit orbit.patch
Modified files:
openpkg-src/orbit orbit.spec
Log:
fix building under FreeBSD
Summary:
Revision Changes Path
1.1 +14 -0 openpkg-src/orbit/orbit.patch
1.27 +2 -0 openpkg-src/orbit/orbit.spec
____________________________________________________________________________
Index: openpkg-src/orbit/orbit.patch
============================================================
$ cvs update -p -r1.1 orbit.patch
--- config.h.in.orig Tue Jul 2 19:30:48 2002
+++ config.h.in Tue Jul 2 19:35:53 2002
@@ -35,8 +35,10 @@
#undef ORBIT_HAVE_ALLOCA_H
-#ifdef ORBIT_HAVE_ALLOCA_H
+#if defined(ORBIT_HAVE_ALLOCA_H)
+#if ORBIT_HAVE_ALLOCA_H != 0
#include <alloca.h>
+#endif
#endif
/* Define if you have the `basename' function. */
Index: openpkg-src/orbit/orbit.spec
============================================================
$ cvs diff -u -r1.26 -r1.27 orbit.spec
--- openpkg-src/orbit/orbit.spec 2 Jul 2002 15:52:46 -0000 1.26
+++ openpkg-src/orbit/orbit.spec 2 Jul 2002 17:39:34 -0000 1.27
@@ -37,6 +37,7 @@
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/stable/sources/ORBit/ORBit-%{version}.tar.gz
+Patch0: orbit.patch
# build information
Prefix: %{l_prefix}
@@ -52,6 +53,7 @@
%prep
%setup -q -n ORBit-%{version}
+ %patch -p0
%build
PATH="%{l_prefix}/bin:$PATH"; export PATH
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]