Merged old patch in the links-2.3pre2.patch and added a few __HAIKU__ if

def checks.  This now builds with graphics enabled, but KDLs if you try 
to goto a url, so more work on this is still needed.
This commit is contained in:
Scott McCreary
2011-05-13 18:16:24 +00:00
parent 9a748c2e2c
commit 4dc8806749
2 changed files with 3198 additions and 4 deletions

View File

@@ -9,8 +9,14 @@ BUILD {
cd links-2.3pre2
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
--without-x \
--enable-utf-8 \
--enable-graphics
rc links-beos.rdef
make
xres -o links links-beos.rsrc
mimeset links
}
INSTALL {

File diff suppressed because it is too large Load Diff