Explorar el Código

correct order of libraries still important on some systems

Thorsten Hohmeier hace 21 años
padre
commit
aa435f15de
Se han modificado 2 ficheros con 13 adiciones y 1 borrados
  1. 12 0
      bochs/bochs.patch
  2. 1 1
      bochs/bochs.spec

+ 12 - 0
bochs/bochs.patch

@@ -21,3 +21,15 @@ Index: reg_ld_str.c
  FPU_load_int16(bx_address _s, FPU_REG *loaded_data)
  {
    s16 s, negative;
+Index: Makefile.in
+--- Makefile.in.orig	2004-06-09 15:52:12.955255102 +0200
++++ Makefile.in	2004-06-09 15:52:37.847987737 +0200
+@@ -100,7 +100,7 @@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ XPM_LIB = @XPM_LIB@
+-GUI_LINK_OPTS_X = $(X_LIBS) $(X_PRE_LIBS) -lX11 $(XPM_LIB)
++GUI_LINK_OPTS_X = $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 
+ GUI_LINK_OPTS_SDL = `sdl-config --cflags --libs`
+ GUI_LINK_OPTS_SVGA =  -lvga -lvgagl
+ GUI_LINK_OPTS_BEOS = -lbe

+ 1 - 1
bochs/bochs.spec

@@ -34,7 +34,7 @@ Class:        PLUS
 Group:        Misc
 License:      LGPL
 Version:      2.1.1
-Release:      20040603
+Release:      20040609
 
 #   list of sources
 Source0:      http://osdn.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz