mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.2.17. Fix compile on alpha and sparc.
This commit is contained in:
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
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= mtx
|
PORTNAME= mtx
|
||||||
PORTVERSION= 1.2.14
|
PORTVERSION= 1.2.17rel
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= mtx
|
MASTER_SITE_SUBDIR= mtx
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (mtx-1.2.14.tar.gz) = 3957691d782b1bd1bf73291f67e3ce69
|
MD5 (mtx-1.2.17rel.tar.gz) = d60f7b003edc6f9d34753b8f6c447515
|
||||||
|
|
14
misc/mtx/files/patch-Makefile.in
Normal file
14
misc/mtx/files/patch-Makefile.in
Normal 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
|
Loading…
Add table
Reference in a new issue