postgresql: Update from 9.6.2 to 9.6.3
[termux-packages] / packages / apt / methods-makefile.patch
index 4870b4e..265d9d4 100644 (file)
@@ -1,8 +1,17 @@
 diff -u -r ../apt-1.1.3/methods/makefile ./methods/makefile
 --- ../apt-1.1.3/methods/makefile      2015-11-30 03:08:24.000000000 -0500
-+++ ./methods/makefile 2015-12-03 16:45:46.819879625 -0500
-@@ -46,21 +46,21 @@
++++ ./methods/makefile 2015-12-03 20:07:25.853599149 -0500
+@@ -37,30 +37,23 @@
+ SOURCE = gpgv.cc
+ include $(PROGRAM_H)
  
+-# The cdrom method
+-PROGRAM=cdrom
+-SLIBS = -lapt-pkg $(INTLLIBS)
+-LIB_MAKES = apt-pkg/makefile
+-SOURCE = cdrom.cc
+-include $(PROGRAM_H)
+-
  # The http method
  PROGRAM=http
 -SLIBS = -lapt-pkg $(SOCKETLIBS) $(INTLLIBS) -lresolv
@@ -26,7 +35,7 @@ diff -u -r ../apt-1.1.3/methods/makefile ./methods/makefile
  LIB_MAKES = apt-pkg/makefile
  SOURCE = ftp.cc rfc2553emu.cc connect.cc
  include $(PROGRAM_H)
-@@ -81,7 +81,7 @@
+@@ -81,7 +74,7 @@
  
  # The mirror method
  PROGRAM=mirror