From 59b74c075b55a2b3185c2ed3b88b778244a31f6c Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Mon, 7 Dec 2009 22:00:26 +0000 Subject: Let the healing begin by unbreaking. The main thing was to set DBEGIN to 0 as seems to happen with the upcoming version 2.6.8 (not released yet). Add minor patches to ensure clean build with `-Wall -Werror', proper definition of HZ, etc. Instead of explicitly specifying LIB_DEPENDS, convert to USE_TK. Leave the TCL_VER at 8.4 for now. Gentoo builds theirs for various platforms -- not just i386 -- so that would be the next step. --- lang/gcl/files/patch-unixport_makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lang/gcl/files/patch-unixport_makefile (limited to 'lang/gcl/files/patch-unixport_makefile') 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),) -- cgit v1.2.3