Initial bep and patch for visualboyadvance, from GCI2012 student Freeman2430

This commit is contained in:
Scott McCreary
2012-12-16 01:06:23 +00:00
parent 2b165b2428
commit d859675000
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
diff -Naur VisualBoyAdvance-1.7.2/configure.in VisualBoyAdvance-1.7.2-haiku/configure.in
--- VisualBoyAdvance-1.7.2/configure.in 2004-05-13 21:38:35.039583744 +0000
+++ VisualBoyAdvance-1.7.2-haiku/configure.in 2010-05-01 03:37:15.941621248 +0000
@@ -66,6 +66,7 @@
AC_CHECK_LIB(png, png_create_write_struct,
, AC_MSG_ERROR([*** Cannot compile without libpng.]), [-lz])
AC_CHECK_LIB(pthread, pthread_yield)
+AC_CHECK_LIB(network, socket)
dnl Checks for header files.
AC_PATH_X