Changeset 118267 for trunk/dports


Ignore:
Timestamp:
Mar 28, 2014, 12:33:40 AM (10 years ago)
Author:
toby@…
Message:

dmalloc: #42843

Location:
trunk/dports/devel/dmalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/dmalloc/Portfile

    r57375 r118267  
    55name             dmalloc
    66version          5.5.2
     7revision         1
    78categories       devel
    89maintainers      toby
  • trunk/dports/devel/dmalloc/files/patch-configure

    r42749 r118267  
    1010 echo "$as_me: WARNING: could not find C++ compiler $ac_cv_prog_CXX" >&2;}
    1111     enable_cxx=no
     12@@ -4434,7 +4434,7 @@
     13            # 1.0 and don't create any symlinks or versioned library names.
     14             # Perhaps this could be the version of the dmalloc library
     15            # (e.g. 5.4.0)
     16-            ac_cv_shared_link_args='$(CXX) -dynamiclib -install_name $@ -compatibility_version 1 -current_version 1 -o $@.t'
     17+            ac_cv_shared_link_args='$(CXX) $(LDFLAGS) -dynamiclib -install_name $@ -compatibility_version 1 -current_version 1 -o $@.t'
     18             # linking static archives into a dynamic lib doesn't seem to work
     19             # explicitly link the object files
     20             ac_cv_shared_lib_link_objs=yes
Note: See TracChangeset for help on using the changeset viewer.