Changes between Initial Version and Version 1 of Ticket #19474


Ignore:
Timestamp:
Apr 29, 2009, 2:12:44 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19474

    • Property Owner changed from macports-tickets@… to pmq@…
  • Ticket #19474 – Description

    initial v1  
    55When attempting to build the universal variants of tuxmath or tuxtype, tuxtype's configure incorrectly reports that libsdl_pango is not found. This is done in a dedicated macports installation with exclusively universal port variants:
    66
     7{{{
    78bash-3.2$ sudo ./tuxport installed libsdl_pango
    89The following ports are currently installed:
    910  libsdl_pango @0.1.2_0+universal (active)
    1011bash-3.2$
     12}}}
    1113
    1214The upstream configure for tuxtype is just a standard AC_CHECK_LIB, and the other SDL dependencies (libsdl, libsdl_mixer, libsdl_image, and libsdl_ttf) are all correctly identified with the same technique.
     
    1416Below is the relevant excerpt from tuxtype's config.log:
    1517
    16 
     18{{{
    1719configure:14636: checking for SDLPango_Init in -lSDL_Pango
    1820configure:14671: /usr/bin/gcc-4.0 -o conftest -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch ppc -arch i386 -mmacosx-version-min=10.5 -I/opt/local/tux4kids/
     
    3234
    3335configure: failed program was:
     36}}}