diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2009-12-07 22:00:26 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2009-12-07 22:00:26 +0000 |
commit | 59b74c075b55a2b3185c2ed3b88b778244a31f6c (patch) | |
tree | 18ac5ba557bb409b702752965b4a74f604d505dd /lang/gcl/files/patch-unixport_makefile | |
parent | Add libltdl dependency, that somehow missed in the previous commit (diff) |
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.
Diffstat (limited to 'lang/gcl/files/patch-unixport_makefile')
-rw-r--r-- | lang/gcl/files/patch-unixport_makefile | 9 |
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),) |