Changeset 79551
- Timestamp:
- 06/17/11 19:00:45 (4 years ago)
- Location:
- trunk/dports/x11/pango-devel
- Files:
-
- 2 edited
-
Portfile (modified) (2 diffs)
-
files/patch-ltmain.sh.diff (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/pango-devel/Portfile
r78854 r79551 9 9 conflicts pango 10 10 set my_name pango 11 version 1.27.1 12 revision 1 11 version 1.29.3 13 12 set branch [join [lrange [split ${version} .] 0 1] .] 14 13 categories x11 … … 31 30 of internationalized text. 32 31 33 checksums md5 ffc867ee6c3173bc3941002f33ea4148 \ 34 sha1 e01daee61a8bc0afa863be364b03e73f8d9214c1 \ 35 rmd160 7cf754e21ce009d698937819e3b2c9c3d8f4b615 32 checksums sha1 467a3dacc0f3173e6fd457524b9ccd9772039a62 \ 33 rmd160 c9b2333ff05a0024c3f8c6fb8940b88db8a411dc 36 34 37 35 depends_build \ -
trunk/dports/x11/pango-devel/files/patch-ltmain.sh.diff
r48091 r79551 1 --- ltmain.sh.orig 20 09-02-02 09:27:52.000000000 -06002 +++ ltmain.sh 20 09-03-14 01:08:38.000000000 -05003 @@ - 4576,7 +4576,7 @@1 --- ltmain.sh.orig 2011-06-16 14:17:34.000000000 -0500 2 +++ ltmain.sh 2011-06-17 20:19:05.000000000 -0500 3 @@ -5643,7 +5643,7 @@ 4 4 continue 5 5 ;; … … 7 7 - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) 8 8 + -mt|-mthreads|-kthread|-Kthread|-lpthread|-pthreads|--thread-safe|-threads) 9 compiler_flags="$compiler_flags$arg"9 func_append compiler_flags " $arg" 10 10 func_append compile_command " $arg" 11 11 func_append finalize_command " $arg" 12 @@ - 5067,7 +5067,7 @@12 @@ -6147,7 +6147,7 @@ 13 13 lib= 14 14 found=no
Note: See TracChangeset
for help on using the changeset viewer.

