svn commit: r312166 - head/cad/leocad/files

Pietro Cerutti gahr at FreeBSD.org
Wed Feb 13 16:07:25 UTC 2013


Author: gahr
Date: Wed Feb 13 16:07:24 2013
New Revision: 312166
URL: http://svnweb.freebsd.org/changeset/ports/312166

Log:
  - Really get rid of PTHREAD_ stuff
  
  Reported by:	miwi

Modified:
  head/cad/leocad/files/patch-config.mk

Modified: head/cad/leocad/files/patch-config.mk
==============================================================================
--- head/cad/leocad/files/patch-config.mk	Wed Feb 13 15:49:33 2013	(r312165)
+++ head/cad/leocad/files/patch-config.mk	Wed Feb 13 16:07:24 2013	(r312166)
@@ -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


More information about the svn-ports-head mailing list