diff options
author | hira <hira@pkgsrc.org> | 2007-12-24 02:07:10 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-12-24 02:07:10 +0000 |
commit | 7dd11a95443cf7a36fff17745fe9f878b94dba5c (patch) | |
tree | 4b644a1fd2cc9bc0aada8265b84962946b76b1f8 /misc/openoffice2/Makefile | |
parent | 7c76d0c9388961e311b53f030114312cd56135f1 (diff) | |
download | pkgsrc-7dd11a95443cf7a36fff17745fe9f878b94dba5c.tar.gz |
Link to dynamic Xinerama library instead of static one. This fixes
build problem on NetBSD/amd64. Problem reported by darcy@.
Diffstat (limited to 'misc/openoffice2/Makefile')
-rw-r--r-- | misc/openoffice2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index 21c22dc245d..d832e3ee4ad 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/12/18 22:24:29 hira Exp $ +# $NetBSD: Makefile,v 1.32 2007/12/24 02:07:10 hira Exp $ # OO_VER= 2.3.1 @@ -79,6 +79,7 @@ CONFIGURE_ARGS+= --with-system-libxslt CONFIGURE_ARGS+= --with-system-neon CONFIGURE_ARGS+= --with-system-python CONFIGURE_ARGS+= --with-system-zlib +CONFIGURE_ARGS+= --with-dynamic-xinerama # `portable' supports all platforms. CONFIGURE_ARGS+= --enable-epm --with-package-format=portable |