diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-07-28 04:07:45 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-07-28 04:07:45 +0000 |
commit | b376b011879cc30b46b5883c583562639b061c14 (patch) | |
tree | 740ba9f1d1fa876cf0801322dcbd33e144f32090 | |
parent | f76149e484206cc104c9e1428c78459776f0d89f (diff) | |
download | ports-b376b011879cc30b46b5883c583562639b061c14.tar.gz ports-b376b011879cc30b46b5883c583562639b061c14.zip |
Fix build by removing obsolete patches I forgot to remove in my
original commit.
Reported by: pav
Pointyhat to: novel
Notes
Notes:
svn path=/head/; revision=278442
-rw-r--r-- | security/gnutls-devel/files/patch-lib-Makefile.in | 22 | ||||
-rw-r--r-- | security/gnutls-devel/files/patch-src-udp-serv.c | 10 |
2 files changed, 0 insertions, 32 deletions
diff --git a/security/gnutls-devel/files/patch-lib-Makefile.in b/security/gnutls-devel/files/patch-lib-Makefile.in deleted file mode 100644 index 82c451c57e61..000000000000 --- a/security/gnutls-devel/files/patch-lib-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- lib/Makefile.in.orig 2011-05-27 14:29:56.000000000 +0400 -+++ lib/Makefile.in 2011-05-27 14:30:30.000000000 +0400 -@@ -1162,7 +1162,7 @@ - $(am__append_4) - - # Pkg-config script. --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = gnutls.pc - DISTCLEANFILES = $(pkgconfig_DATA) $(am__append_17) - lib_LTLIBRARIES = libgnutls.la $(am__append_18) -@@ -1217,8 +1217,8 @@ - @HAVE_LD_OUTPUT_DEF_TRUE@defexec_DATA = libgnutls-$(DLL_VERSION).def - - # C++ library --@ENABLE_CXX_TRUE@libgnutlsxx_la_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_builddir)/includes --@ENABLE_CXX_TRUE@AM_CXXFLAGS = -I$(srcdir)/includes -+@ENABLE_CXX_TRUE@libgnutlsxx_la_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_builddir)/includes -I$(srcdir)/includes -+@ENABLE_CXX_TRUE@AM_CXXFLAGS = - @ENABLE_CXX_TRUE@libgnutlsxx_la_SOURCES = gnutlsxx.cpp libgnutlsxx.map - @ENABLE_CXX_TRUE@libgnutlsxx_la_LDFLAGS = -no-undefined -version-info \ - @ENABLE_CXX_TRUE@ $(CXX_LT_CURRENT):$(CXX_LT_REVISION):$(CXX_LT_AGE) \ diff --git a/security/gnutls-devel/files/patch-src-udp-serv.c b/security/gnutls-devel/files/patch-src-udp-serv.c deleted file mode 100644 index 04c075d6ea2d..000000000000 --- a/security/gnutls-devel/files/patch-src-udp-serv.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/udp-serv.c.orig 2011-05-27 13:22:44.000000000 +0400 -+++ src/udp-serv.c 2011-05-27 13:22:54.000000000 +0400 -@@ -1,6 +1,7 @@ - #include <stdio.h> - #include <sys/socket.h> - #include <arpa/inet.h> -+#include <netinet/in.h> - #include <stdlib.h> - #include <string.h> - #include <unistd.h> |