mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
- Fix build package and honor PREFIX
http://bento.freebsd.org/errorlogs/i386-4-full/libticables-3.7.7.log PR: 57105 Submitted by: maintainer
This commit is contained in:
parent
17fc1fcde0
commit
0e2dbcef26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89117
2 changed files with 21 additions and 0 deletions
11
comms/libticables/files/patch-macros-Makefile.in
Normal file
11
comms/libticables/files/patch-macros-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- macros/Makefile.in.orig Sat Sep 20 12:42:11 2003
|
||||||
|
+++ macros/Makefile.in Sat Sep 20 12:42:36 2003
|
||||||
|
@@ -189,7 +189,7 @@
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
|
-aclocaldir = @ACLOCALDIR@
|
||||||
|
+aclocaldir = ${datadir}/aclocal
|
||||||
|
|
||||||
|
@Aclocal_TRUE@aclocal_DATA = ticables.m4
|
||||||
|
subdir = macros
|
10
comms/libticables/files/patch-src-intrface.c
Normal file
10
comms/libticables/files/patch-src-intrface.c
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/intrface.c.orig Sat Sep 13 18:45:17 2003
|
||||||
|
+++ src/intrface.c Sat Sep 13 19:56:41 2003
|
||||||
|
@@ -722,6 +722,7 @@
|
||||||
|
/*********************/
|
||||||
|
|
||||||
|
extern const char *search_for_tipar_node(int minor);
|
||||||
|
+extern const char *search_for_tiser_node(int minor);
|
||||||
|
|
||||||
|
static int convert_port_into_device(void)
|
||||||
|
{
|
Loading…
Add table
Reference in a new issue