| 42 |
# Possible values: 7, 8, 9, agpl |
# Possible values: 7, 8, 9, agpl |
| 43 |
GHOSTSCRIPT_DEFAULT?= agpl |
GHOSTSCRIPT_DEFAULT?= agpl |
| 44 |
.if defined(ARCH) && ${ARCH} == amd64 |
.if defined(ARCH) && ${ARCH} == amd64 |
| 45 |
# Possible values: c6, c6_64, c7, c7_64 |
# Possible values: c6, c6_64, c7 |
| 46 |
LINUX_DEFAULT?= c6_64 |
LINUX_DEFAULT?= c6_64 |
| 47 |
.else |
.else |
| 48 |
# Possible values: c6, c7 |
# Possible values: c6 |
| 49 |
LINUX_DEFAULT?= c6 |
LINUX_DEFAULT?= c6 |
| 50 |
.endif |
.endif |
| 51 |
.if defined(OVERRIDE_LINUX_BASE_PORT) |
.if defined(OVERRIDE_LINUX_BASE_PORT) |