Changeset 96311
- Timestamp:
- Aug 7, 2012, 7:53:56 AM (7 years ago)
- Location:
- trunk/dports/devel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/boehmgc-devel/Portfile
r96091 r96311 40 40 patchfiles patch-misc.c.diff 41 41 42 variant redirect {42 variant redirect description {Redirect malloc and friends to GC routines} { 43 43 configure.args-append --enable-redirect-malloc 44 44 } -
trunk/dports/devel/boehmgc/Portfile
r96302 r96311 35 35 patchfiles patch-misc.c.diff 36 36 37 variant redirect {37 variant redirect description {Redirect malloc and friends to GC routines} { 38 38 configure.args-append --enable-redirect-malloc 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.