diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-05 03:58:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-05 03:58:04 +0800 |
commit | da1b52e25c4d3d4b68b0633459a7e9f891c4b643 (patch) | |
tree | f5722fab717c591baa1ae62e6e700c8c6caefcfa /science | |
parent | 3aaae6ecbaef27eb6b823f95b8e13b3671fb08dd (diff) | |
download | freebsd-ports-graphics-da1b52e25c4d3d4b68b0633459a7e9f891c4b643.tar.gz freebsd-ports-graphics-da1b52e25c4d3d4b68b0633459a7e9f891c4b643.tar.zst freebsd-ports-graphics-da1b52e25c4d3d4b68b0633459a7e9f891c4b643.zip |
- Fix build with gcc 4.2
PR: 113304
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'science')
-rw-r--r-- | science/kmovisto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/kmovisto/Makefile b/science/kmovisto/Makefile index e60440f4efd..61a0310321b 100644 --- a/science/kmovisto/Makefile +++ b/science/kmovisto/Makefile @@ -15,13 +15,12 @@ MASTER_SITES= http://mitglied.lycos.de/pageofmh/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A real 3-D molecule viewer -BROKEN= Configure fails - USE_QT_VER= 3 USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |