aboutsummaryrefslogtreecommitdiff
path: root/comms/rxtx/files
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-05-12 18:50:46 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-05-12 18:50:46 +0000
commit3b70b1e7e24612c9258982ab42b715a809f6045b (patch)
treea9fef112eb53589f22dbe1f84b6287c52c07fc48 /comms/rxtx/files
parent4987b30a5db98b006447f7c6ce2d03c0a5da7d8c (diff)
downloadports-3b70b1e7e24612c9258982ab42b715a809f6045b.tar.gz
ports-3b70b1e7e24612c9258982ab42b715a809f6045b.zip
Notes
Diffstat (limited to 'comms/rxtx/files')
-rw-r--r--comms/rxtx/files/patch-Makefile.in-libtool11
-rw-r--r--comms/rxtx/files/patch-SerialImp.h13
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