diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2006-05-12 18:50:46 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2006-05-12 18:50:46 +0000 |
commit | 3b70b1e7e24612c9258982ab42b715a809f6045b (patch) | |
tree | a9fef112eb53589f22dbe1f84b6287c52c07fc48 /comms/rxtx/files | |
parent | 4987b30a5db98b006447f7c6ce2d03c0a5da7d8c (diff) | |
download | ports-3b70b1e7e24612c9258982ab42b715a809f6045b.tar.gz ports-3b70b1e7e24612c9258982ab42b715a809f6045b.zip |
Notes
Diffstat (limited to 'comms/rxtx/files')
-rw-r--r-- | comms/rxtx/files/patch-Makefile.in-libtool | 11 | ||||
-rw-r--r-- | comms/rxtx/files/patch-SerialImp.h | 13 |
2 files changed, 11 insertions, 13 deletions
diff --git a/comms/rxtx/files/patch-Makefile.in-libtool b/comms/rxtx/files/patch-Makefile.in-libtool new file mode 100644 index 000000000000..d4012be33e2e --- /dev/null +++ b/comms/rxtx/files/patch-Makefile.in-libtool @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri May 5 10:53:02 2006 ++++ Makefile.in Fri May 5 10:54:08 2006 +@@ -448,7 +448,7 @@ + @$(LIBTOOL_INST) \ + `for i in $(TARGETLIB);do \ + if [ -f $$i ];then \ +- echo $$i; \ ++ echo $(TOP)/$$i; \ + fi; \ + done` $(RXTX_PATH) + $(BSD_INSTALL_DATA) $(JARTARGET) $(JHOME)/ diff --git a/comms/rxtx/files/patch-SerialImp.h b/comms/rxtx/files/patch-SerialImp.h deleted file mode 100644 index 808d3c10c56b..000000000000 --- a/comms/rxtx/files/patch-SerialImp.h +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- src/SerialImp.h.orig Sat Apr 24 23:31:27 2004 -+++ src/SerialImp.h Sat Apr 24 23:31:38 2004 -@@ -126,7 +126,7 @@ - #endif /* __sgi__ || sgi */ - #if defined(__FreeBSD__) - # define DEVICEDIR "/dev/" --# define LOCKDIR "/var/spool/uucp" -+# define LOCKDIR "/var/spool/lock" - # define LOCKFILEPREFIX "LK." - # define UUCP - #endif |