diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-22 06:23:08 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-22 06:23:08 +0800 |
commit | d1252614215048e822b94df6cd1e90a8767f993e (patch) | |
tree | 22bd2f5189af01a1fe3bdbd91ee107fd761f6d72 /x11-themes/qnxstyle/files | |
parent | 695e0248a64772c504f0bbe819b884fc235f7ebc (diff) | |
download | freebsd-ports-gnome-d1252614215048e822b94df6cd1e90a8767f993e.tar.gz freebsd-ports-gnome-d1252614215048e822b94df6cd1e90a8767f993e.tar.zst freebsd-ports-gnome-d1252614215048e822b94df6cd1e90a8767f993e.zip |
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.
Diffstat (limited to 'x11-themes/qnxstyle/files')
-rw-r--r-- | x11-themes/qnxstyle/files/patch-src_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-themes/qnxstyle/files/patch-src_Makefile.in b/x11-themes/qnxstyle/files/patch-src_Makefile.in new file mode 100644 index 000000000000..e4e6bc88a88b --- /dev/null +++ b/x11-themes/qnxstyle/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- 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 + |