blob: 9adced71b64e9f1337eb767e1c97a2ef06f30423 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- unix/Makefile.freebsd.orig Tue May 31 15:31:56 2005
+++ unix/Makefile.freebsd Tue May 31 15:34:21 2005
@@ -5,9 +5,9 @@
# 1) System specific additional libraries, include paths, etc
# (Where to find X11 libraries, etc)
#
-SYSTEM_INCLUDES =
+SYSTEM_INCLUDES = %%PTHREAD_CFLAGS%%
SYSTEM_LDFLAGS =
-SYSTEM_LIBS = -lc_r
+SYSTEM_LIBS =
# 2) System specific capabilities
# Must choose appropriate for the following:
|