mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix bogus CONFIGURE_ENV: PTHREAD_CLFAGS & _LDFLAGS don't exist
This commit is contained in:
parent
f7beec047e
commit
fae1cbcf11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130599
@ -21,8 +21,8 @@ USE_GNOME= gnometarget gnomehack
|
||||
USE_LIBTOOL_VER=15
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CLFAGS}" \
|
||||
LDFLAGS="${PTHREAD_LDFLAGS}"
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${PTHREAD_LIBS}"
|
||||
|
||||
OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user