mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Enable sparc for the base packages
This is needed to build the source packages to use in the bootstrap image.
This commit is contained in:
@@ -11,7 +11,7 @@ CHECKSUM_SHA256="db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84
|
||||
PATCHES="enable-validation-modules.patchset"
|
||||
#PATCHES="freetype-subpixel.patchset" # enable patented subpixel rendering
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm sparc"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -12,7 +12,7 @@ SOURCE_URI="https://downloads.sourceforge.net/libpng/libpng-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ca13c548bde5fb6ff7117cc0bdab38808acb699c0eccb613f0e4697826e1fd7d"
|
||||
SOURCE_DIR="libpng-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ?ppc"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ?ppc sparc"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
# define libVersion as xy.z.0 when portVersion is x.y.z.
|
||||
|
||||
Reference in New Issue
Block a user