mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
258a678bde
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.
12 lines
344 B
Plaintext
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
|
|
|