summaryrefslogtreecommitdiff
path: root/www-client/uget/files/uget-ar-hardcoded.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/uget/files/uget-ar-hardcoded.patch')
-rw-r--r--www-client/uget/files/uget-ar-hardcoded.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/www-client/uget/files/uget-ar-hardcoded.patch b/www-client/uget/files/uget-ar-hardcoded.patch
deleted file mode 100644
index f9ce7bb2f1df..000000000000
--- a/www-client/uget/files/uget-ar-hardcoded.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- configure.ac 2013-04-23 21:14:51.367980659 +0200
-+++ configure.ac 2013-04-23 21:19:23.096311763 +0200
-@@ -19,6 +19,9 @@
- ## Use library (static library)
- AC_PROG_RANLIB
-
-+## Determine the archiver
-+AM_PROG_AR
-+
- ## Use libtool (share and static library) (add libtoolize to autogen.sh)
- # AC_PROG_LIBTOOL
- # LT_PREREQ([2.2.6])
-
-
---- uglib/Makefile.in 2013-04-23 21:14:51.405980565 +0200
-+++ uglib/Makefile.in 2013-04-23 21:17:22.358607880 +0200
-@@ -51,7 +51,7 @@
- CONFIG_CLEAN_FILES =
- CONFIG_CLEAN_VPATH_FILES =
- LIBRARIES = $(noinst_LIBRARIES)
--AR = ar
-+AR = @AR@
- ARFLAGS = cru
- libuglib_a_AR = $(AR) $(ARFLAGS)
- libuglib_a_LIBADD =
-