diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-17 01:42:34 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-17 03:52:26 +0000 |
commit | 7830162aa19cde34e97a2157d7fb9790d29bf467 (patch) | |
tree | 25203ddf34d7975eeea7730382b1d51d00990b61 /user/free42/libx11.patch | |
parent | 29e461bdbc94c8a93a929c49e286aacf75fd1e23 (diff) | |
download | packages-7830162aa19cde34e97a2157d7fb9790d29bf467.tar.gz packages-7830162aa19cde34e97a2157d7fb9790d29bf467.tar.bz2 packages-7830162aa19cde34e97a2157d7fb9790d29bf467.tar.xz packages-7830162aa19cde34e97a2157d7fb9790d29bf467.zip |
user/free42: new package, new port to PPC
Diffstat (limited to 'user/free42/libx11.patch')
-rw-r--r-- | user/free42/libx11.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/free42/libx11.patch b/user/free42/libx11.patch new file mode 100644 index 000000000..54c4c6cc0 --- /dev/null +++ b/user/free42/libx11.patch @@ -0,0 +1,11 @@ +--- gtk/Makefile.old 2019-01-13 14:52:39.000000000 +0000 ++++ gtk/Makefile 2019-01-17 01:38:40.500000000 +0000 +@@ -35,7 +35,7 @@ + -D_WCHAR_T_DEFINED + + LDFLAGS = -L/usr/X11R6/lib +-LIBS = gcc111libbid.a -lXmu $(shell pkg-config --libs gtk+-2.0) ++LIBS = gcc111libbid.a -lXmu $(shell pkg-config --libs gtk+-2.0) -lX11 + + ifeq "$(shell uname -s)" "Linux" + LDFLAGS += -Wl,--hash-style=both |