diff options
-rw-r--r-- | comms/libticables/Makefile | 3 | ||||
-rw-r--r-- | comms/libticables/files/patch-src-ioports.c | 13 |
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__ */ |