diff options
author | krion <krion@FreeBSD.org> | 2003-09-23 16:14:36 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-23 16:14:36 +0800 |
commit | 1d8e8465ef04cee24a552802613423d43c27a899 (patch) | |
tree | a1f1cab94389d32c8d418e135c8901587f578777 /comms | |
parent | 8230c026152a4f8cfa39c1179e6b307b0c70e712 (diff) | |
download | freebsd-ports-gnome-1d8e8465ef04cee24a552802613423d43c27a899.tar.gz freebsd-ports-gnome-1d8e8465ef04cee24a552802613423d43c27a899.tar.zst freebsd-ports-gnome-1d8e8465ef04cee24a552802613423d43c27a899.zip |
- Fix build package and honor PREFIX
http://bento.freebsd.org/errorlogs/i386-4-full/libticables-3.7.7.log
PR: 57105
Submitted by: maintainer
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libticables/files/patch-macros-Makefile.in | 11 | ||||
-rw-r--r-- | comms/libticables/files/patch-src-intrface.c | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/comms/libticables/files/patch-macros-Makefile.in b/comms/libticables/files/patch-macros-Makefile.in new file mode 100644 index 000000000000..45f25c8bce39 --- /dev/null +++ b/comms/libticables/files/patch-macros-Makefile.in @@ -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 diff --git a/comms/libticables/files/patch-src-intrface.c b/comms/libticables/files/patch-src-intrface.c new file mode 100644 index 000000000000..48bef61ee817 --- /dev/null +++ b/comms/libticables/files/patch-src-intrface.c @@ -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) + { |