public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
replace configure.env if appropriate


git-svn-id: http://svn.macports.org/repository/macports/trunk@28565 
d073be05-634f-4543-b044-5fe20cf6d1d6
Markus W. Weißmann (author)
Mon Sep 03 13:29:25 -0700 2007
commit  294c187bc632de989ac8693514f4cc68bd5b541d
tree    b441fb68aff704027453c781d4bca5b382596d6b
parent  6d3f834e58714fbbb775ebbc59afe266b354e8b9
...
18
19
20
21
 
22
23
24
...
18
19
20
 
21
22
23
24
0
@@ -18,7 +18,7 @@ checksums    md5 cc02339e3fd8efd9f23121b0a2f81fd8
0
 depends_lib    bin:sdl-config:libsdl \
0
       lib:libpng:libpng
0
 
0
-configure.env LDFLAGS="-L${prefix}/lib" CXXFLAGS="-I${prefix}/include"
0
+configure.cxxflags-append "-I${prefix}/include"
0
 
0
 destroot.destdir   prefix=${destroot}${prefix}
0
 
...
20
21
22
23
24
25
26
27
...
20
21
22
 
 
23
24
25
0
@@ -20,8 +20,6 @@ use_bzip2      yes
0
 
0
 checksums      md5 2ec3240460316cb2901371d07662b1c4
0
 
0
-configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
0
-
0
 configure.args    --datadir=${prefix}/share/${name} \
0
           --mandir=${prefix}/share/man \
0
           --with-x --without-sdl
...
35
36
37
38
39
40
41
42
...
35
36
37
 
 
38
39
40
0
@@ -35,8 +35,6 @@ depends_lib  port:libsdl \
0
 patchfiles  patch-src_selblur.cpp
0
 
0
 worksrcdir  ${name}
0
-configure.env LDFLAGS="-L${prefix}/lib" \
0
- CPPFLAGS="-I${prefix}/include"
0
 
0
 post-destroot {
0
   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}

Comments

    No one has commented yet.