summaryrefslogtreecommitdiff
path: root/jpeg/UnpackedTarball_jpeg.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-03 21:04:16 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-03 21:13:17 +0300
commit7aa6f1b01481c1d0f1a12f56ad197c797056c37b (patch)
tree3fa3525ad487c08a3e126b0eae6ef0822b25aa75 /jpeg/UnpackedTarball_jpeg.mk
parentd8842c2221cb5e6ea958381f9dcd76d9bb9bbafc (diff)
Remove Mac OS X for PowerPC support
Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
Diffstat (limited to 'jpeg/UnpackedTarball_jpeg.mk')
-rw-r--r--jpeg/UnpackedTarball_jpeg.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/jpeg/UnpackedTarball_jpeg.mk b/jpeg/UnpackedTarball_jpeg.mk
index 19e4dd7930f8..d2bdfd69b147 100644
--- a/jpeg/UnpackedTarball_jpeg.mk
+++ b/jpeg/UnpackedTarball_jpeg.mk
@@ -17,10 +17,4 @@ $(eval $(call gb_UnpackedTarball_add_patches,jpeg,\
jpeg/patches/jpeg-8c-jmorecfg.patch \
))
-ifeq ($(OS)$(CPU),MACOSXP)
-$(eval $(call gb_UnpackedTarball_add_patches,jpeg,\
- jpeg/patches/struct_alignment.patch \
-))
-endif
-
# vim: set noet sw=4 ts=4: