Skip to content

Commit

Permalink
port: libbonobo
Browse files Browse the repository at this point in the history
version:	2.4.2

trying to accept the libxml2 included with the mac, 2'nd (stupid
way of doing this if "hash'ed out" in the Portfile.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4573 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Ole Guldberg Jensen committed Jan 11, 2004
1 parent 0b815d3 commit 32811bd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions gnome/libbonobo/Portfile
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.11 2004/01/11 02:10:16 jkh Exp $ # $Id: Portfile,v 1.12 2004/01/11 09:34:05 olegb Exp $
PortSystem 1.0 PortSystem 1.0
name libbonobo name libbonobo
version 2.4.2 version 2.4.2
Expand All @@ -14,8 +14,15 @@ homepage http://www.gnome.org/
master_sites gnome:sources/libbonobo/2.4/ master_sites gnome:sources/libbonobo/2.4/
checksums md5 78200cc6ed588c93f0d29177a5f3e003 checksums md5 78200cc6ed588c93f0d29177a5f3e003
depends_lib lib:libORBit-2.0:orbit2 lib:libgtk.2:gtk2 \ depends_lib lib:libORBit-2.0:orbit2 lib:libgtk.2:gtk2 \
lib:libxml2.2:libxml2 bin:intltool:intltool lib:libxml2:libxml2 bin:intltool:intltool
use_bzip2 yes use_bzip2 yes
configure.env PKG_CONFIG_PATH="${prefix}/lib/pkgconfig /usr/lib/pkgconfig"
configure.args --mandir=${prefix}/share/man configure.args --mandir=${prefix}/share/man
configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
#variant darwin {
#pre-configure {
#file copy /usr/lib/pkgconfig/libxml-2.0.pc \
#${prefix}/lib/pkgconfig/
#}
#}

0 comments on commit 32811bd

Please sign in to comment.