diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-30 09:43:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-30 09:43:22 +0000 |
commit | 78a02b5bea6cd2a4c3f130e085420439a5ed04be (patch) | |
tree | 01fd584f64d0494a0f558d3f3f6e98a47aa7dcb2 /lang/ocs | |
parent | - Update to 0.10 (diff) |
- Fix build on FreeBSD 5.X
Submitted by: bjoen koenig (Maintainer)
Diffstat (limited to 'lang/ocs')
-rw-r--r-- | lang/ocs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ocs/Makefile b/lang/ocs/Makefile index 706ae830d0b2..4f38e37e4f83 100644 --- a/lang/ocs/Makefile +++ b/lang/ocs/Makefile @@ -40,6 +40,7 @@ NOT_FOR_ARCHS= amd64 ia64 sparc64 CONFIGURE_ARGS= --prefix="${WRKDIR}" \ --disable-absolute-pathes \ + --disable-locallinks \ --with-tcl-lib="-L${LOCALBASE}/lib -ltcl${TCL_VER:S/.//}" \ --with-tcl-incl="-I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} -I${X11BASE}/include" \ --with-tk-lib="-ltk${TK_VER:S/.//}" \ |