diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-08-31 09:26:37 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-08-31 09:26:37 +0000 |
commit | 67a6d6e2b98bd8a48f3ca7a8db183cac1e414aca (patch) | |
tree | d66c3689e44dc016e6081f3d5bed933a89feb11f /science | |
parent | 8ea45d06bc4db548f9166bd635473da85fc88eb4 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/vis5d+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index ea2ca0128673..5a84cab94ccd 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --enable-gtk --enable-threads --with-netcdf \ --with-mixkit=${LOCALBASE}/lib/libmix.a --with-x INSTALLS_SHLIB= yes -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_FLAGS} +CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive |