diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-18 12:22:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-18 12:22:04 +0000 |
commit | 7f952a08e8ab6b1c4dbd80846d73d3848c4c9acd (patch) | |
tree | 338a0257be10db8f6ab20dbf1c3ffed3c528fb5e | |
parent | - new option WITHOUT_KERBEROS (diff) |
- Fix build on -stable
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=91565
-rw-r--r-- | deskutils/basket/files/patch-src::Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/deskutils/basket/files/patch-src::Makefile.in b/deskutils/basket/files/patch-src::Makefile.in new file mode 100644 index 000000000000..e470c9f51a1a --- /dev/null +++ b/deskutils/basket/files/patch-src::Makefile.in @@ -0,0 +1,19 @@ +--- src/Makefile.in.orig Sat Oct 18 12:27:01 2003 ++++ src/Makefile.in Sat Oct 18 12:31:59 2003 +@@ -264,7 +264,7 @@ + # the application source, library search path, and link libraries + basket_SOURCES = main.cpp basket.cpp basketcontainer.cpp basketitem.cpp basketitemproperties.cpp configaction.cpp debugwindow.cpp uibasketproperties.cpp additemdialog.cpp variouswidgets.cpp + basket_LDFLAGS = $(KDE_RPATH) $(all_libraries) +-basket_LDADD = $(LIB_KDEUI) ++basket_LDADD = -lkio $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET) + + # this is where the desktop file will go + shelldesktopdir = $(kde_appsdir)/Utilities +@@ -274,7 +274,6 @@ + shellrcdir = $(kde_datadir)/basket + shellrc_DATA = basketui.rc + +-AM_CXXFLAGS = -lkio + subdir = src + mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h |