Skip to content

Commit

Permalink
ensure usage of gcc4 on darwin8
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14554 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Oct 11, 2005
1 parent 087d323 commit 31ae725
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion devel/libmcrypt/Portfile
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.6 2004/08/17 02:17:30 benoitc Exp $ # $Id: Portfile,v 1.7 2005/10/11 12:52:35 mww Exp $


PortSystem 1.0 PortSystem 1.0
name libmcrypt name libmcrypt
Expand All @@ -23,3 +23,7 @@ configure.args --disable-posix-threads --mandir=${prefix}/share/man
platform darwin 6 { platform darwin 6 {
depends_lib-append lib:libdl:dlcompat depends_lib-append lib:libdl:dlcompat
} }

platform darwin 8 {
configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
6 changes: 5 additions & 1 deletion devel/mhash/Portfile
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.12 2005/01/13 00:54:57 blb Exp $ # $Id: Portfile,v 1.13 2005/10/11 12:55:46 mww Exp $


PortSystem 1.0 PortSystem 1.0
name mhash name mhash
Expand All @@ -21,6 +21,10 @@ checksums md5 507e0034985eee6364d404bfc761ee02 \


configure.args --mandir=${prefix}/share/man configure.args --mandir=${prefix}/share/man


platform darwin 8 {
configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}

test.run yes test.run yes
test.target check test.target check


Expand Down

0 comments on commit 31ae725

Please sign in to comment.