]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-vcl-dynamic-Xinerama.patch
- up
[packages/libreoffice.git] / openoffice-vcl-dynamic-Xinerama.patch
1 --- vcl/util/makefile.mk.orig   2003-12-16 15:48:03.000000000 +0000
2 +++ vcl/util/makefile.mk        2003-12-16 15:51:24.000000000 +0000
3 @@ -294,7 +294,7 @@
4  SHL1STDLIBS += -lXp -lXext -lSM -lICE -lX11
5  .ELSE
6  .IF "$(CPU)" == "I"
7 -SHL1STDLIBS += -Wl,-Bstatic -lXinerama -Wl,-Bdynamic 
8 +SHL1STDLIBS += -Wl,-Bdynamic -lXinerama -Wl,-Bdynamic 
9  .ENDIF
10  SHL1STDLIBS += -lXext -lSM -lICE -lX11
11  .ENDIF          # "$(USE_XPRINT)" == "TRUE"
This page took 0.0272 seconds and 3 git commands to generate.