summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authortron <tron>1999-07-07 23:33:52 +0000
committertron <tron>1999-07-07 23:33:52 +0000
commite42e1842480439900c6c6270ae2d036e13b338ca (patch)
treecf39d0024ab72ee35200bd5ac4f0e61cc8febb69 /net/kdenetwork
parentf4d39d4d38cec33a9a238795da792c9519d62922 (diff)
downloadpkgsrc-e42e1842480439900c6c6270ae2d036e13b338ca.tar.gz
Make "ksirc" build on ELF systems.
Diffstat (limited to 'net/kdenetwork')
-rw-r--r--net/kdenetwork/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/kdenetwork/patches/patch-ab b/net/kdenetwork/patches/patch-ab
new file mode 100644
index 00000000000..6414400eb12
--- /dev/null
+++ b/net/kdenetwork/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.8 1999/07/07 23:33:52 tron Exp $
+
+--- ksirc/Makefile.in.orig Wed Apr 28 17:25:58 1999
++++ ksirc/Makefile.in Thu Jul 8 01:11:44 1999
+@@ -184,7 +184,7 @@
+ ksircstatic_SOURCES = $(ksirc_SOURCES)
+
+ # the library search path
+-ksirc_LDFLAGS = -export-dynamic $(all_libraries) $(KDE_RPATH)
++ksirc_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+ ksircstatic_LDFLAGS = --nostdlib -static -all-static $(ksirc_LDFLAGS)
+
+ all_ksirc_libraries = ./kplunger/libkplunger.a ./KSProgress/libksprogress.a ./KSTicker/libksticker.a ./KSCutDialog/libkscutdialog.a ./KSPrefs/libksprefs.a ./KSColourPicker/libkscolourpicker.a ./KSOpenkSirc/libksopenksirc.a ./pws-0.5/pws/libpws.a puke/libpuke.la $(LIB_KFILE) $(LIBDL)