summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-07-07 23:33:52 +0000
committertron <tron@pkgsrc.org>1999-07-07 23:33:52 +0000
commit5fb1e6c6397da77499b4b604350f27248e779e35 (patch)
treecf39d0024ab72ee35200bd5ac4f0e61cc8febb69 /net/kdenetwork
parent739ddefaba4ceb895b352db29049de61cbd3bd16 (diff)
downloadpkgsrc-5fb1e6c6397da77499b4b604350f27248e779e35.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)