New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82644


Ignore:
Timestamp:
08/17/11 07:36:06 (4 years ago)
Author:
ryandesign@…
Message:

libtar: build for the correct architectures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/libtar/files/patch-lib-Makefile.in

    r21477 r82644  
    55        ${AR} rc libtar.a ${LIBTAR_OBJS} ${LIBOBJS} 
    66        ${RANLIB} libtar.a 
    7 +       ${CC} ${LIBTAR_OBJS} ${LIBOBJS} -dynamiclib \ 
     7+       ${CC} ${CFLAGS} ${LIBTAR_OBJS} ${LIBOBJS} -dynamiclib \ 
    88+               -o libtar.${PACKAGE_VERSION}.dylib \ 
    99+               -install_name ${libdir}/libtar.${PACKAGE_VERSION}.dylib \ 
Note: See TracChangeset for help on using the changeset viewer.