aboutsummaryrefslogtreecommitdiff
path: root/sysutils/apt/files/patch-methods_makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/apt/files/patch-methods_makefile')
-rw-r--r--sysutils/apt/files/patch-methods_makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/sysutils/apt/files/patch-methods_makefile b/sysutils/apt/files/patch-methods_makefile
index b8fab22addf1..1252a7d98e06 100644
--- a/sysutils/apt/files/patch-methods_makefile
+++ b/sysutils/apt/files/patch-methods_makefile
@@ -1,6 +1,6 @@
---- methods/makefile.orig Sun Apr 2 04:04:07 2006
-+++ methods/makefile Mon Oct 23 16:30:57 2006
-@@ -12,63 +12,63 @@
+--- methods/makefile.orig Mon Dec 4 06:37:36 2006
++++ methods/makefile Thu Mar 13 17:54:25 2008
+@@ -12,63 +12,70 @@
# The file method
PROGRAM=file
@@ -50,6 +50,13 @@
SOURCE = http.cc rfc2553emu.cc connect.cc
include $(PROGRAM_H)
++# The https method
++PROGRAM=https
++SLIBS = -lapt-pkg $(SOCKETLIBS) $(INTLLIBS) -lcurl
++LIB_MAKES = apt-pkg/makefile
++SOURCE = https.cc
++include $(PROGRAM_H)
++
# The ftp method
PROGRAM=ftp
-SLIBS = -lapt-pkg $(SOCKETLIBS)