mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
s/PTHREAD_FLAGS/PTHREAD_CFLAGS/
This commit is contained in:
parent
e37a574077
commit
dd2c38f159
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141478
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
|
||||
|
||||
-CFLAGS = $(COPTS) $(INCLUDES) $(TK_FLAGS)
|
||||
+CFLAGS += $(COPTS) $(INCLUDES) $(TK_FLAGS) ${PTHREAD_FLAGS}
|
||||
+CFLAGS += $(COPTS) $(INCLUDES) $(TK_FLAGS) ${PTHREAD_CFLAGS}
|
||||
|
||||
-LFLAGS = $(LIBDIRS)
|
||||
+LFLAGS = $(LIBDIRS) ${PTHREAD_LIBS}
|
||||
|
|
Loading…
Add table
Reference in a new issue