mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Amd64 does not seem to support scsi-chg, so disable it
This commit is contained in:
parent
9b35bf9c6e
commit
bfaab0c386
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92001
@ -134,7 +134,11 @@ CONFIGURE_ARGS+= --with-portrange=${AMANDA_PORTRANGE}
|
||||
.if ${OSVERSION} < 400000
|
||||
PLIST_SUB+= SCSICHG=''
|
||||
.elif ${OSVERSION} >= 480000
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
PLIST_SUB+= SCSICHG='@comment '
|
||||
.else
|
||||
PLIST_SUB+= SCSICHG=''
|
||||
.endif
|
||||
.else
|
||||
PLIST_SUB+= SCSICHG='@comment '
|
||||
.endif
|
||||
|
@ -134,7 +134,11 @@ CONFIGURE_ARGS+= --with-portrange=${AMANDA_PORTRANGE}
|
||||
.if ${OSVERSION} < 400000
|
||||
PLIST_SUB+= SCSICHG=''
|
||||
.elif ${OSVERSION} >= 480000
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
PLIST_SUB+= SCSICHG='@comment '
|
||||
.else
|
||||
PLIST_SUB+= SCSICHG=''
|
||||
.endif
|
||||
.else
|
||||
PLIST_SUB+= SCSICHG='@comment '
|
||||
.endif
|
||||
|
@ -134,7 +134,11 @@ CONFIGURE_ARGS+= --with-portrange=${AMANDA_PORTRANGE}
|
||||
.if ${OSVERSION} < 400000
|
||||
PLIST_SUB+= SCSICHG=''
|
||||
.elif ${OSVERSION} >= 480000
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
PLIST_SUB+= SCSICHG='@comment '
|
||||
.else
|
||||
PLIST_SUB+= SCSICHG=''
|
||||
.endif
|
||||
.else
|
||||
PLIST_SUB+= SCSICHG='@comment '
|
||||
.endif
|
||||
|
@ -134,7 +134,11 @@ CONFIGURE_ARGS+= --with-portrange=${AMANDA_PORTRANGE}
|
||||
.if ${OSVERSION} < 400000
|
||||
PLIST_SUB+= SCSICHG=''
|
||||
.elif ${OSVERSION} >= 480000
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
PLIST_SUB+= SCSICHG='@comment '
|
||||
.else
|
||||
PLIST_SUB+= SCSICHG=''
|
||||
.endif
|
||||
.else
|
||||
PLIST_SUB+= SCSICHG='@comment '
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user