Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Submitted by:   bchesneau@mac.com
Reviewed by:    wbb4@opendarwin.org
Approved by:
Obtained from:

Update to fix php support.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3575 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
willbarton committed Oct 2, 2003
1 parent ebfea5d commit 6b17508
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions textproc/sablotron/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.2 2003/09/23 23:00:07 fkr Exp $
# $Id: Portfile,v 1.3 2003/10/02 11:22:04 wbb4 Exp $

PortSystem 1.0
name sablotron
Expand All @@ -22,10 +22,10 @@ checksums Sablot-1.0.tar.gz md5 16f6487f1872a31ed566b0f2cfeba895
depends_lib lib:libiconv.2:libiconv \
lib:libexpat.0.4:expat

configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
configure.env LDFLAGS="-L${prefix}/lib -liconv -lexpat -no-undefined" \
CPPFLAGS="-I${prefix}/include -no-cpp-precomp -undefined error" \
CC=g++

variant darwin {
depends_lib-append lib:libdl.1:dlcompat
}


0 comments on commit 6b17508

Please sign in to comment.