1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/x11-themes/qnxstyle/files/patch-src_Makefile.in
Michael Nottebrock 258a678bde Remove inclusion of "${PORTSDIR}/x11/kde3/Makefile.kde", fix PTHREAD_LIBS
safeness, fix compilation where needed.

Committers: Please do NOT include Makefile.kde or commit new ports which do
so. It's for use with the core KDE ports maintained by kde@freebsd.org ONLY.
2004-05-21 22:23:08 +00:00

12 lines
344 B
Plaintext

--- src/Makefile.in.orig Sat May 22 00:01:43 2004
+++ src/Makefile.in Sat May 22 00:02:13 2004
@@ -228,7 +228,7 @@
noinst_HEADERS = qnx.h
kde_style_LTLIBRARIES = qnx.la
qnx_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -lkdefx -module
-qnx_la_LIBADD =
+qnx_la_LIBADD = $(LIBPTHREAD)
qnx_la_SOURCES = qnx.cpp
#>- qnx_la_METASOURCES = AUTO