aboutsummaryrefslogtreecommitdiff
path: root/comms/libticables
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-14 14:26:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-14 14:26:53 +0000
commite47859cf95ac69dadea7006b92643a121f5e9a97 (patch)
tree0a2c3844be6d26612da5ae89bb942593f142af71 /comms/libticables
parent879629d714fd1aa7c2ecb19fdf1228e01df9831e (diff)
downloadports-e47859cf95ac69dadea7006b92643a121f5e9a97.tar.gz
ports-e47859cf95ac69dadea7006b92643a121f5e9a97.zip
Notes
Diffstat (limited to 'comms/libticables')
-rw-r--r--comms/libticables/Makefile3
-rw-r--r--comms/libticables/files/patch-src-ioports.c13
2 files changed, 12 insertions, 4 deletions
diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile
index 385a2e6a6bb2..62fefc6313d9 100644
--- a/comms/libticables/Makefile
+++ b/comms/libticables/Makefile
@@ -16,11 +16,10 @@ MAINTAINER= tijl@ulyssis.org
COMMENT= TI calculator link cables library
LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
GNU_CONFIGURE= yes
USE_GETTEXT= yes
+USE_GNOME= pkgconfig
USE_LIBTOOL_VER= 13
USE_GMAKE= yes
INSTALLS_SHLIB= yes
diff --git a/comms/libticables/files/patch-src-ioports.c b/comms/libticables/files/patch-src-ioports.c
index a25fa162ec6f..5208e4a33c8e 100644
--- a/comms/libticables/files/patch-src-ioports.c
+++ b/comms/libticables/files/patch-src-ioports.c
@@ -1,5 +1,14 @@
---- src/ioports.c.orig Mon Nov 17 19:15:57 2003
-+++ src/ioports.c Mon Nov 17 19:39:35 2003
+--- src/ioports.c.orig Wed Aug 27 11:34:39 2003
++++ src/ioports.c Wed May 12 17:56:00 2004
+@@ -41,7 +41,7 @@
+ #if defined(__I386__) && defined(HAVE_ASM_IO_H) && defined(HAVE_SYS_PERM_H)
+ # include <sys/perm.h>
+ # include <asm/io.h>
+-#elif defined(__BSD__)
++#elif defined(__BSD__) && defined(__I386__)
+ # include <machine/sysarch.h>
+ # include <machine/cpufunc.h>
+ #elif defined(__WIN32__)
@@ -107,7 +107,7 @@
}
#endif /* 0 */ /* __MACOSX__ */