Changeset 79068
- Timestamp:
- 05/31/11 19:01:38 (4 years ago)
- Location:
- trunk/dports/lang/perl5.12
- Files:
-
- 1 added
- 2 edited
-
Portfile (modified) (1 diff)
-
files/patch-handy.h.stdbool.diff (added)
-
files/patch-hints_darwin.sh.diff (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/perl5.12/Portfile
r76831 r79068 27 27 rmd160 e3c5825aa800e2304dd815858880372500a4f9a0 28 28 29 patchfiles patch-Configure.diff 29 patchfiles patch-Configure.diff patch-handy.h.stdbool.diff 30 30 31 31 platform darwin { -
trunk/dports/lang/perl5.12/files/patch-hints_darwin.sh.diff
r69101 r79068 1 --- hints/darwin.sh. b 2010-04-26 01:09:19.000000000 -07002 +++ hints/darwin.sh 201 0-06-23 11:12:00.000000000 -07003 @@ -134,7 +134,6 @@ 1 --- hints/darwin.sh.orig 2011-01-09 12:20:55.000000000 -0800 2 +++ hints/darwin.sh 2011-03-09 01:06:05.000000000 -0800 3 @@ -134,7 +134,6 @@ esac 4 4 5 5 # Shared library extension is .dylib. … … 9 9 dlext='bundle'; 10 10 usedl='define'; 11 @@ -172,6 +171,20 @@ 11 @@ -172,6 +171,20 @@ case "$osvers" in 12 12 ldflags="${ldflags} -flat_namespace" 13 13 lddlflags="${ldflags} -bundle -undefined suppress" … … 30 30 lddlflags="${ldflags} -bundle -undefined dynamic_lookup" 31 31 case "$ld" in 32 @@ -253,6 +266,10 @@ 32 @@ -253,6 +266,10 @@ esac 33 33 ;; 34 34 esac … … 41 41 # System libraries 42 42 ## 43 @@ -317,3 +334,5 @@ ranlib='ranlib' 44 # makefile in the same place. Since Darwin uses GNU make, this dodges 45 # the problem. 46 firstmakefile=GNUmakefile; 47 + 48 +usenm='false'
Note: See TracChangeset
for help on using the changeset viewer.

