diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-08-31 15:41:39 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-08-31 15:41:39 +0200 |
commit | 211ce4a54e04ece6ee31c2495abf6702ad83db6d (patch) | |
tree | 07ba7a57dcde5b17e60173c0ee2205cb02b3d4f4 /redhat/tdebindings | |
parent | f0cf80f7211bb1271a8093cb5dd012e8a41ff9cf (diff) | |
download | tde-packaging-211ce4a54e04ece6ee31c2495abf6702ad83db6d.tar.gz tde-packaging-211ce4a54e04ece6ee31c2495abf6702ad83db6d.zip |
RPM Packaging: remove obsolete patches
Diffstat (limited to 'redhat/tdebindings')
-rw-r--r-- | redhat/tdebindings/tdebindings-14.0.0-ftbfs.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/redhat/tdebindings/tdebindings-14.0.0-ftbfs.patch b/redhat/tdebindings/tdebindings-14.0.0-ftbfs.patch deleted file mode 100644 index d066256cd..000000000 --- a/redhat/tdebindings/tdebindings-14.0.0-ftbfs.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- trinity-tdebindings-14.0.0~pre209+0615ff79/dcopperl/Makefile.PL.in.ORI 2013-07-02 21:20:35.443484858 +0200 -+++ trinity-tdebindings-14.0.0~pre209+0615ff79/dcopperl/Makefile.PL.in 2013-07-02 21:20:46.551592113 +0200 -@@ -4,8 +4,8 @@ - # the contents of the Makefile that is written. - - print "Trying to find some configuration information...\n"; --my $tde_inc = "@tde_includes@"; --my $tde_lib = "@tde_libraries@"; -+my $tde_inc = "@kde_includes@"; -+my $tde_lib = "@kde_libraries@"; - my $qt_inc = "@qt_includes@"; - my $qt_lib = "@qt_libraries@"; - ---- trinity-tdebindings-14.0.0~pre209+0615ff79/smoke/tde/Makefile.am.ORI 2013-07-02 21:30:55.952456509 +0200 -+++ trinity-tdebindings-14.0.0~pre209+0615ff79/smoke/tde/Makefile.am 2013-07-02 21:31:07.962573744 +0200 -@@ -9,7 +9,7 @@ - libsmoketde_la_LDFLAGS = -version-info 3:2:2 -no-undefined $(all_libraries) $(GLINC) $(KDE_RPATH) - - # the libraries to link against. --libsmoketde_la_LIBADD = $(LIB_TDEHTML) -lkjs -lfontconfig $(LIB_KMDI) $(LIB_KNS) $(LIB_KSPELL) $(LIB_KUTILS) $(LIB_TDEPRINT) $(GLLIB) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -ltdefx -+libsmoketde_la_LIBADD = $(LIB_TDEHTML) -lkjs -lfontconfig $(LIB_KMDI) $(LIB_KNS) $(LIB_KSPELL) $(LIB_KUTILS) $(LIB_TDEPRINT) $(GLLIB) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -ltdefx -lknewstuff -ltdemdi - - x_sources = x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \ - x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \ |