mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
tcp_wrappers: fix patches.
--HG-- extra : convert_revision : 5915cce9bd25a303f0b43f6afec318ed5747e599
This commit is contained in:
parent
cd7f116020
commit
235bdfb7be
3 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- tcp_wrappers_7.6.orig/scaffold.c 1997-03-21 10:27:24.000000000 -0800
|
--- scaffold.c 1997-03-21 10:27:24.000000000 -0800
|
||||||
+++ tcp_wrappers_7.6/scaffold.c 2004-05-07 19:44:50.000000000 -0700
|
+++ scaffold.c 2004-05-07 19:44:50.000000000 -0700
|
||||||
@@ -25,7 +25,6 @@
|
@@ -25,7 +25,6 @@
|
||||||
#define INADDR_NONE (-1) /* XXX should be 0xffffffff */
|
#define INADDR_NONE (-1) /* XXX should be 0xffffffff */
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
-Np1
|
|
@ -2,8 +2,6 @@
|
||||||
pkgname=tcp_wrappers
|
pkgname=tcp_wrappers
|
||||||
version=7.6
|
version=7.6
|
||||||
wrksrc="${pkgname}_${version}"
|
wrksrc="${pkgname}_${version}"
|
||||||
patch_files="shared_lib_plus_plus-1.diff"
|
|
||||||
patch_args="-Np1"
|
|
||||||
distfiles="ftp://ftp.porcupine.org/pub/security/${pkgname}_${version}.tar.gz"
|
distfiles="ftp://ftp.porcupine.org/pub/security/${pkgname}_${version}.tar.gz"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
make_build_target="REAL_DAEMON_DIR=/usr/sbin STYLE=-DSYS_ERRLIST_DEFINED linux"
|
make_build_target="REAL_DAEMON_DIR=/usr/sbin STYLE=-DSYS_ERRLIST_DEFINED linux"
|
||||||
|
|
Loading…
Add table
Reference in a new issue