summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-ci
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-ci')
-rw-r--r--x11/kdebase3/patches/patch-ci39
1 files changed, 0 insertions, 39 deletions
diff --git a/x11/kdebase3/patches/patch-ci b/x11/kdebase3/patches/patch-ci
deleted file mode 100644
index c210d037657..00000000000
--- a/x11/kdebase3/patches/patch-ci
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-ci,v 1.3 2003/03/11 13:10:23 markd Exp $
-
---- konqueror/client/Makefile.am.orig Mon Sep 16 09:08:52 2002
-+++ konqueror/client/Makefile.am
-@@ -1,12 +1,16 @@
- AM_CPPFLAGS = -DQT_NO_CAST_ASCII
-
- bin_PROGRAMS = kfmclient
--lib_LTLIBRARIES = kfmclient.la
-+lib_LTLIBRARIES = libkfmclient_main.la kfmclient.la
-
- INCLUDES= -I.. $(all_includes)
-+libkfmclient_main_la_LDFLAGS = $(all_libraries)
-+libkfmclient_main_la_LIBADD = $(LIB_KIO)
-+libkfmclient_main_la_SOURCES = kfmclient.cc KonquerorIface.stub KDesktopIface.stub
-+
- kfmclient_la_LDFLAGS = $(all_libraries) -module -avoid-version
--kfmclient_la_LIBADD = $(LIB_KIO)
--kfmclient_la_SOURCES = kfmclient.cc KonquerorIface.stub KDesktopIface.stub
-+kfmclient_la_LIBADD = libkfmclient_main.la
-+kfmclient_la_SOURCES = kfmclient_main.cc
-
- noinst_HEADERS = kfmclient.h
- METASOURCES = AUTO
-@@ -14,12 +18,9 @@ METASOURCES = AUTO
- KonquerorIface_DIR = $(srcdir)/..
- KDesktopIface_DIR = $(top_srcdir)/kdesktop
-
--kfmclient_SOURCES = dummy.cc
-+kfmclient_SOURCES = kfmclient_main.cc
- kfmclient_LDFLAGS = $(KDE_RPATH) $(all_libraries)
--kfmclient_LDADD = kfmclient.la
--
--dummy.cc:
-- echo > dummy.cc
-+kfmclient_LDADD = libkfmclient_main.la
-
- messages:
- $(XGETTEXT) -kaliasLocal *.h *.cc -o $(podir)/kfmclient.pot