summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-13 16:07:24 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-13 16:07:24 +0000
commit4c442f4ce3f72addc168a3e5fca703e90c5578e4 (patch)
tree9ebdf1cf8ba486eefdfb7c0a03db9c3aa012451b /cad
parentFix build on ARM (temporary fix). (diff)
- Really get rid of PTHREAD_ stuff
Reported by: miwi
Notes
Notes: svn path=/head/; revision=312166
Diffstat (limited to 'cad')
-rw-r--r--cad/leocad/files/patch-config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/leocad/files/patch-config.mk b/cad/leocad/files/patch-config.mk
index c41e868308f8..abefe4503f8b 100644
--- a/cad/leocad/files/patch-config.mk
+++ b/cad/leocad/files/patch-config.mk
@@ -18,8 +18,8 @@
ifeq ($(shell uname), FreeBSD)
-CPPFLAGS += -L/usr/local/lib
-+CPPFLAGS += -I%%LOCALBASE%%/include %%PTHREAD_LIBS%%
-+LDFLAGS += -L%%LOCALBASE%%/lib %%PTHREAD_LIBS%%
++CPPFLAGS += -I%%LOCALBASE%%/include
++LDFLAGS += -L%%LOCALBASE%%/lib
endif
### Default directory