HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #465

Ticket #465: lincity-ng-2.0.patch

File lincity-ng-2.0.patch, 729 bytes (added by michaelvoliveira, 5 years ago)

Patch to drop lm and lopeng32

  • lincity-ng-2.

    diff -Naur lincity-ng-2.0/configure lincity-ng-2.0-haiku/configure
    old new  
    66586658echo "${ECHO_T}$ax_cv_c_compiler_ms" >&6; } 
    66596659  if test X$ax_compiler_ms = Xno; then 
    66606660    GL_CFLAGS="${PTHREAD_CFLAGS}" 
    6661     GL_LIBS="${PTHREAD_LIBS} -lm" 
     6661    GL_LIBS="${PTHREAD_LIBS}" 
    66626662  fi 
    66636663 
    66646664  # 
    … …  
    68306830  CPPFLAGS="${GL_CFLAGS} ${CPPFLAGS}" 
    68316831  ax_save_LIBS="${LIBS}" 
    68326832  LIBS="" 
    6833   ax_check_libs="-lopengl32 -lGL" 
     6833  ax_check_libs="-lGL" 
    68346834  for ax_lib in ${ax_check_libs}; do 
    68356835    if test X$ax_compiler_ms = Xyes; then 
    68366836      ax_try_lib=`echo $ax_lib | sed -e 's/^-l//' -e 's/$/.lib/'` 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/