diff options
author | vs <vs@FreeBSD.org> | 2005-08-31 17:26:37 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-08-31 17:26:37 +0800 |
commit | 25bdd152d29ea89c531ad0d91bcd2a7f05d2c461 (patch) | |
tree | acf001181a86b58dc901c9940fe33284acb8d3e1 /science/vis5d+/Makefile | |
parent | 965304f448a27bdeb2b08fb7fc50bea22cf9de92 (diff) | |
download | freebsd-ports-gnome-25bdd152d29ea89c531ad0d91bcd2a7f05d2c461.tar.gz freebsd-ports-gnome-25bdd152d29ea89c531ad0d91bcd2a7f05d2c461.tar.zst freebsd-ports-gnome-25bdd152d29ea89c531ad0d91bcd2a7f05d2c461.zip |
Fix PTHREAD_* misspellings
Approved by: osa,ahze
Diffstat (limited to 'science/vis5d+/Makefile')
-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 |