diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-30 17:43:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-30 17:43:22 +0800 |
commit | ce92883a0807f67480936efdaadd5aba133d2fa9 (patch) | |
tree | c14c42ea33346e1337380f902845d14ba1fe6fd1 /lang | |
parent | 5965523645789d097675b06e25ca86a30040cc95 (diff) | |
download | freebsd-ports-gnome-ce92883a0807f67480936efdaadd5aba133d2fa9.tar.gz freebsd-ports-gnome-ce92883a0807f67480936efdaadd5aba133d2fa9.tar.zst freebsd-ports-gnome-ce92883a0807f67480936efdaadd5aba133d2fa9.zip |
- Fix build on FreeBSD 5.X
Submitted by: bjoen koenig (Maintainer)
Diffstat (limited to 'lang')
-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/.//}" \ |