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

Context Navigation

  • Back to Ticket #446

Ticket #446: dssi-1.1.1.patch

File dssi-1.1.1.patch, 1.4 KB (added by richienyhus, 2 years ago)
  • configure.ac

    diff -Naur dssi-1.1.1/configure.ac dssi-1.1.1-haiku/configure.ac
    old new  
    118118esac 
    119119AM_CONDITIONAL(DARWIN, test x$darwin = xyes) 
    120120 
     121AC_CHECK_FUNCS(ftello fseeko getpt getnameinfo getopt_long strcasestr dlopen) 
     122 
     123AC_SUBST(DLFLAGS) 
     124DLFLAGS="" 
     125if test "$ac_cv_func_dlopen" = "no"; then 
     126  AC_SEARCH_LIBS(dl,dlopen, [ DLFLAGS="-ldl" ] ) 
     127fi 
     128 
    121129dnl Set GCC warning flags 
    122130changequote(,)dnl 
    123131if test "x$GCC" = "xyes"; then 
  • examples/Makefile.am

    diff -Naur dssi-1.1.1/examples/Makefile.am dssi-1.1.1-haiku/examples/Makefile.am
    old new  
    88 
    99dssi_analyse_plugin_SOURCES = dssi_analyse_plugin.c 
    1010dssi_analyse_plugin_CFLAGS = -I$(top_srcdir)/dssi $(AM_CFLAGS) $(ALSA_CFLAGS) 
    11 dssi_analyse_plugin_LDADD = $(AM_LDFLAGS) -ldl 
     11dssi_analyse_plugin_LDADD = $(AM_LDFLAGS) $(DLFLAGS) 
    1212 
    1313dssi_list_plugins_SOURCES = dssi_list_plugins.c 
    1414dssi_list_plugins_CFLAGS = -I$(top_srcdir)/dssi $(AM_CFLAGS) $(ALSA_CFLAGS) 
    15 dssi_list_plugins_LDADD = $(AM_LDFLAGS) -ldl 
     15dssi_list_plugins_LDADD = $(AM_LDFLAGS) $(DLFLAGS) 
    1616 
    1717dssi_osc_send_SOURCES = dssi_osc_send.c 
    1818dssi_osc_send_CFLAGS = -I$(top_srcdir)/dssi $(AM_CFLAGS) $(LIBLO_CFLAGS) 

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/