1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/clanlib/files/patch-Setup::Unix::clanlib-config.in
Pav Lucistnik e5baaae09b - Downgrate to last stable release, 0.6.5.1
- Give maintainership to submitter

PR:		ports/61738
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-01-24 14:30:01 +00:00

15 lines
407 B
Plaintext

--- Setup/Unix/clanlib-config.in.orig Fri Jan 23 15:32:52 2004
+++ Setup/Unix/clanlib-config.in Fri Jan 23 15:33:42 2004
@@ -16,9 +16,9 @@
;;
--cflags)
includes=-I${includedir}
- echo ${includes} @comp_mode@
+ echo ${includes} %%PTHREAD_CFLAGS%%
;;
--libs)
- echo -L${libdir} -lclanCore -lclanApp
+ echo -L${libdir} -lclanCore -lclanApp %%PTHREAD_LIBS%%
;;
esac