repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
java
/
swt
/
awt-libs.patch
blob
6c3ff53b79835cca659067db0171d614e445f9f4
1
--- a/make_linux.mak
2
+++ b/make_linux.mak
3
@@ -63,4 +63,4 @@
4
5
AWT_LFLAGS = -shared ${SWT_LFLAGS}
6
-AWT_LIBS = -L$(AWT_LIB_PATH) -ljawt
7
+AWT_LIBS = `pkg-config --libs x11` -L$(AWT_LIB_PATH) -ljawt
8