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

Context Navigation

  • Back to Ticket #625

Ticket #625: libdwarf-20120410.patch

File libdwarf-20120410.patch, 936 bytes (added by munchausen, 3 years ago)

Patch adds install target for libdwarf as it didn't come with one.

  • libdwarf/Makefile.in

    diff -Naur dwarf-20120410/libdwarf/Makefile.in dwarf-20120410-haiku/libdwarf/Makefile.in
    old new  
    4646 
    4747prefix =        @prefix@ 
    4848exec_prefix =   @exec_prefix@ 
    49 bindir =        $(exec_prefix)/bin 
    50 libdir =        $(exec_prefix)/lib 
     49bindir =        $(DESTDIR)$(prefix)/bin 
     50libdir =        $(DESTDIR)$(prefix)/lib 
     51incdir =        $(DESTDIR)$(prefix)/include/libdwarf 
    5152 
    5253INSTALL =       @INSTALL@ 
    5354INSTALL_PROGRAM = @INSTALL_PROGRAM@ 
    … …  
    213214        rm -f dwarf_names_enum.h dwarf_names_new.h dwarf_names.c dwarf_names.h 
    214215 
    215216install: all 
    216         echo "No install provided, see comments in the README" 
     217        install -m 0755 -d $(incdir) 
     218        install -m 0755 libdwarf.h $(incdir) 
     219        install -m 0755 dwarf.h $(incdir) 
     220        install -m 0755 libdwarf.so $(libdir) 
    217221 
    218222distclean:      clean 
    219223        rm -f config.status config.log config.cache config.h 

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/