summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2010-09-10 18:47:21 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2010-09-10 18:47:21 +0000
commit9200913875d5f1da9c25bff917c776b4b1927257 (patch)
tree4be057ce825e8ee38be66ac1534b229dbfe9ce00 /media-libs/hamlib/files
parentversion bump, removed old version (diff)
downloadgentoo-2-9200913875d5f1da9c25bff917c776b4b1927257.tar.gz
gentoo-2-9200913875d5f1da9c25bff917c776b4b1927257.tar.bz2
gentoo-2-9200913875d5f1da9c25bff917c776b4b1927257.zip
Version bump. Drop old version and related patches
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/hamlib/files')
-rw-r--r--media-libs/hamlib/files/hamlib-ltdl.diff36
-rw-r--r--media-libs/hamlib/files/hamlib-pkgconfig-fix.diff12
2 files changed, 0 insertions, 48 deletions
diff --git a/media-libs/hamlib/files/hamlib-ltdl.diff b/media-libs/hamlib/files/hamlib-ltdl.diff
deleted file mode 100644
index 4bf14ac1189e..000000000000
--- a/media-libs/hamlib/files/hamlib-ltdl.diff
+++ /dev/null
@@ -1,36 +0,0 @@
---- Makefile.am.orig 2008-12-27 15:31:15.000000000 +0100
-+++ Makefile.am 2008-12-27 15:31:47.000000000 +0100
-@@ -10,11 +10,11 @@
- README.betatester README.win32 hamlib.spec
-
- # BINDINGS_LIST subdirs are no longer built
--SUBDIRS = macros include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
-+SUBDIRS = macros include lib src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
- @BINDINGS@ tests doc
-
- # tcl, perl, and kylix subdirs are no longer distributed
--DIST_SUBDIRS = macros include lib libltdl src c++ bindings tests doc \
-+DIST_SUBDIRS = macros include lib src c++ bindings tests doc \
- icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
- rpcrig winradio easycomm fodtrack rpcrot gnuradio drake rotorez \
- flexradio sartek lowe rft tapr kit skanti wj racal tuner \
---- configure.ac.orig 2008-12-27 12:59:03.000000000 +0100
-+++ configure.ac 2008-12-27 12:59:48.000000000 +0100
-@@ -174,7 +174,7 @@
- ## ------------------------ ##
- dnl Enable building of the convenience library
- dnl and set LIBLTDL accordingly
--AC_LIBLTDL_CONVENIENCE
-+AC_LIBLTDL_INSTALLABLE
- dnl Substitute INCLTDL and LIBLTDL in the Makefiles
- AC_SUBST([INCLTDL])
- AC_SUBST([LIBLTDL])
-@@ -187,7 +187,7 @@
- AC_SUBST([LIBTOOL_DEPS])
- AC_LIB_LTDL
- dnl Configure libltdl
--AC_CONFIG_SUBDIRS(libltdl)
-+#AC_CONFIG_SUBDIRS(libltdl)
-
- case "$host_os" in
- darwin* | rhapsody*)
diff --git a/media-libs/hamlib/files/hamlib-pkgconfig-fix.diff b/media-libs/hamlib/files/hamlib-pkgconfig-fix.diff
deleted file mode 100644
index 0d3b1e47d27f..000000000000
--- a/media-libs/hamlib/files/hamlib-pkgconfig-fix.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- hamlib.pc.in.orig 2004-05-28 21:16:07.647003088 -0500
-+++ hamlib.pc.in 2004-05-28 21:26:28.230660032 -0500
-@@ -1,7 +1,7 @@
- prefix=@prefix@
- exec_prefix=${prefix}
--libdir=${exec_prefix}/lib
--includedir=${prefix}/include
-+libdir=${exec_prefix}/lib/hamlib
-+includedir=${prefix}/include/hamlib
-
- Name: hamlib
- Description: Library to control radio and rotator equipments