aboutsummaryrefslogtreecommitdiffstats
path: root/cad/tochnog/files
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-02-07 22:57:49 +0800
committergahr <gahr@FreeBSD.org>2013-02-07 22:57:49 +0800
commit41a58f4e1885bda03c851ec5eeb46a0b2018fd34 (patch)
treee9433273f8212799f1369d579fb61a5ee351bcda /cad/tochnog/files
parent18feecf11aa7aebf13c924e5725f6b6bc6e1ca6f (diff)
downloadfreebsd-ports-gnome-41a58f4e1885bda03c851ec5eeb46a0b2018fd34.tar.gz
freebsd-ports-gnome-41a58f4e1885bda03c851ec5eeb46a0b2018fd34.tar.zst
freebsd-ports-gnome-41a58f4e1885bda03c851ec5eeb46a0b2018fd34.zip
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by: portmgr
Diffstat (limited to 'cad/tochnog/files')
-rw-r--r--cad/tochnog/files/patch-makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/tochnog/files/patch-makefile b/cad/tochnog/files/patch-makefile
index ae35e6b46f44..09657bba744c 100644
--- a/cad/tochnog/files/patch-makefile
+++ b/cad/tochnog/files/patch-makefile
@@ -82,9 +82,9 @@
+ make tochnog \
+ "SYS_FILE=sysposix" \
+ "OBJ=o" \
-+ "COMPILER_FLAGS= -c ${CFLAGS} %%PTHREAD_CFLAGS%% -D_REENTRANT $(ALL_INCLUDE)" \
++ "COMPILER_FLAGS= -c ${CFLAGS} -D_REENTRANT $(ALL_INCLUDE)" \
+ "LINK_FLAGS_BEFORE=" \
-+ "LINK_FLAGS_AFTER= $(ALL_LIB) %%PTHREAD_LIBS%% -lm -o tochnog"
++ "LINK_FLAGS_AFTER= $(ALL_LIB) -pthread -lm -o tochnog"
# multi processor linux; gnu gcc compiler
linux: