summaryrefslogtreecommitdiffhomepage
path: root/nc110.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-15 18:51:53 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-15 18:53:01 +0000
commit30e09bf1ccb64a22bbc6568ac6e2b92ff8e1dd91 (patch)
treed2a251508157636de9c125974fb15a0e65ce7043 /nc110.local.patch
parent5442672390e63971ee79bf93195d727fdcf9e3e3 (diff)
downloadmidipix_build-30e09bf1ccb64a22bbc6568ac6e2b92ff8e1dd91.tar.bz2
midipix_build-30e09bf1ccb64a22bbc6568ac6e2b92ff8e1dd91.tar.xz
Adds nc (netcat) v110 and ${PKG_SUBDIR_CREATE} (create and untar(1)
into ${PKG_SUBDIR}.) Fix libpsxscl.log pathname in midipix.sh (via Elieux.)
Diffstat (limited to 'nc110.local.patch')
-rw-r--r--nc110.local.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/nc110.local.patch b/nc110.local.patch
new file mode 100644
index 00000000..92976f94
--- /dev/null
+++ b/nc110.local.patch
@@ -0,0 +1,30 @@
+--- nc110/Makefile.orig 1996-03-20 03:16:06.000000000 +0000
++++ nc110/Makefile 2016-06-15 18:44:05.819382228 +0000
+@@ -109,6 +109,10 @@
+ next:
+ make -e $(ALL) $(MFLAGS) XFLAGS='-DNEXT' STATIC=-Bstatic
+
++# midipix
++midipix:
++ make -e $(ALL) $(MFLAGS) XFLAGS='-DLINUX' STATIC=-static
++
+ # start with this for a new architecture, and see what breaks.
+ generic:
+ make -e $(ALL) $(MFLAGS) XFLAGS='-DGENERIC' STATIC=
+--- nc110/generic.h.orig 1996-02-18 01:36:43.000000000 +0000
++++ nc110/generic.h 2016-06-15 18:44:06.379382216 +0000
+@@ -360,6 +360,14 @@
+ #undef HAVE_SELECT_X
+ #endif /* NeXTSTEP 3.2 motorola */
+
++/* midipix */
++#ifdef MIDIPIX
++#undef UTMPX
++#undef HAVE_SYSINFO
++#undef HAVE_SELECT_H
++#undef HAVE_TTYENT_H
++#endif /* midipix */
++
+ /* Make some "generic" assumptions if all else fails */
+ #ifdef GENERIC
+ #undef HAVE_FLOCK