aboutsummaryrefslogtreecommitdiff
path: root/lang/q
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-02-24 09:43:35 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-02-24 09:43:35 +0000
commit34b223e07565471051ef24da88ed8f1fea67b927 (patch)
tree60a05f50bae1a4f2d6e9cb4d44428df293f065fc /lang/q
parent8ba0b7f3929f954f47ec014f8257ea7c3b151692 (diff)
downloadports-34b223e07565471051ef24da88ed8f1fea67b927.tar.gz
ports-34b223e07565471051ef24da88ed8f1fea67b927.zip
Notes
Diffstat (limited to 'lang/q')
-rw-r--r--lang/q/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile
index 7e72954043fe..b20568c3b11d 100644
--- a/lang/q/Makefile
+++ b/lang/q/Makefile
@@ -24,8 +24,6 @@ LIB_DEPENDS= Magick.9:${PORTSDIR}/graphics/ImageMagick \
gmp.6:${PORTSDIR}/math/libgmp4 \
curl:${PORTSDIR}/ftp/curl
-BROKEN= Incorrect pkg-plist
-
USE_REINPLACE= yes
USE_BISON= yes
USE_GNOME= gnometarget libxml2 libxslt
@@ -34,7 +32,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/dx/lib_freebsd ${PTHREAD_LIBS}" \
CPPFLAGS="${PTHREAD_CFLAGS}" \
MAKEINFO="makeinfo --no-split"
-CONFIGURE_ARGS= --with-dxl-includes=-I${LOCALBASE}/dx/include
+# we need to add -lDX, because there is undefined reference to _dxfImportBin_FP
+# in libDXL.so (_dxfImportBin_FP is defined in libDX.so)
+CONFIGURE_ARGS= --with-dxl-includes=-I${LOCALBASE}/dx/include \
+ "--with-dxl=-lDXL -lDX"
INSTALLS_SHLIB= yes
# The tk module is built by default, but you can disable this by defining