1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Update to 1.2.17. Fix compile on alpha and sparc.

This commit is contained in:
Martin Blapp 2003-02-07 08:39:23 +00:00
parent d2762b373b
commit 84549ef3ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75014
3 changed files with 16 additions and 3 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= mtx
PORTVERSION= 1.2.14
PORTREVISION= 1
PORTVERSION= 1.2.17rel
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mtx

View File

@ -1 +1 @@
MD5 (mtx-1.2.14.tar.gz) = 3957691d782b1bd1bf73291f67e3ce69
MD5 (mtx-1.2.17rel.tar.gz) = d60f7b003edc6f9d34753b8f6c447515

View File

@ -0,0 +1,14 @@
--- Makefile.in.orig Fri Feb 7 09:29:39 2003
+++ Makefile.in Fri Feb 7 09:31:26 2003
@@ -43,7 +43,11 @@
# FreeBSD on x86...
#
ifeq ($(TARGET),freebsd86)
+ifeq ($(ARCH), alpha)
+CFLAGS +=
+else
CFLAGS += -m486
+endif
CPPFLAGS += -I/usr/src/linux/include -DLONG_PRINT_REQUEST_SENSE=1
LIBS += -lcam
endif