summaryrefslogtreecommitdiff
path: root/community/pcsxr/link_order.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/pcsxr/link_order.patch')
-rw-r--r--community/pcsxr/link_order.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/pcsxr/link_order.patch b/community/pcsxr/link_order.patch
new file mode 100644
index 000000000..eedf94000
--- /dev/null
+++ b/community/pcsxr/link_order.patch
@@ -0,0 +1,13 @@
+--- gui/Makefile.in 2010-08-05 13:27:28.000000000 +0200
++++ gui/Makefile.in 2013-01-08 21:10:44.709992969 +0100
+@@ -244,8 +244,8 @@
+ AboutDlg.c
+
+ pcsx_LDADD = \
+- $(GTK2_LIBS) $(GLADE2_LIBS) -lpthread -lz -lm -lXext -lXtst \
+- ../libpcsxcore/libpcsxcore.a
++ ../libpcsxcore/libpcsxcore.a $(GTK2_LIBS) $(GLADE2_LIBS) -lpthread -lz -lm -lXext -lXtst
++
+
+ all: all-am
+