mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Fix build by removing obsolete patches I forgot to remove in my
original commit. Reported by: pav Pointyhat to: novel
This commit is contained in:
parent
f76149e484
commit
b376b01187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278442
@ -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) \
|
@ -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>
|
Loading…
Reference in New Issue
Block a user