summaryrefslogtreecommitdiff
path: root/lang/gcl/files/patch-unixport_makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcl/files/patch-unixport_makefile')
-rw-r--r--lang/gcl/files/patch-unixport_makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/gcl/files/patch-unixport_makefile b/lang/gcl/files/patch-unixport_makefile
new file mode 100644
index 000000000000..6c610d31f55b
--- /dev/null
+++ b/lang/gcl/files/patch-unixport_makefile
@@ -0,0 +1,9 @@
+--- unixport/makefile 2005-01-15 11:34:45.000000000 -0500
++++ unixport/makefile 2009-12-07 12:35:23.000000000 -0500
+@@ -15,5 +15,5 @@
+
+ LD_LIBS_PRE=$(FIRST_FILE) $(addprefix -u ,$(PATCHED_SYMBOLS))
+-LD_LIBS_POST=$(LIBS) $(LIBC) -lgclp $(LAST_FILE)
++LD_LIBS_POST=-lgclp $(LIBS) $(LAST_FILE)
+
+ ifeq ($(ARRS),)