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

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 16 and Version 17 of BepFile


Ignore:
Timestamp:
01/15/13 12:02:36 (2 years ago)
Author:
scottmc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BepFile

    v16 v17  
    8989BUILD { 
    9090        cd xyz-1.0.0 
    91         if [ "$BEPORTS_PLATFORM" = "BONE" ] ; then 
    92                 export EXTRA_CONFARGS="--enable-debug"  # some problems on BONE because of ... 
    93         else 
    94                 export EXTRA_CONFARGS="" 
    95         fi 
    96         ./configure --prefix=/boot/home/config $EXTRA_CONFARGS 
     91        libtoolize --force --copy --install 
     92        aclocal 
     93        autoconf 
     94        ./configure --prefix=`finddir B_COMMON_DIRECTORY \ 
     95                --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man 
    9796        make 
    9897} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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