diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-21 12:02:12 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-29 18:03:01 -0700 |
| commit | 1a8f020103290f3ff8f412320ce3f97bab80a449 (patch) | |
| tree | c797697bfead213bbb4e17b47af8f8bc83173880 /pkg/netsurf/libcss/gen.lua | |
| parent | e2d36d24c19e7439457ce4d9bf6ada6be9a9c129 (diff) | |
netsurf: Update to 3.9
Diffstat (limited to 'pkg/netsurf/libcss/gen.lua')
| -rw-r--r-- | pkg/netsurf/libcss/gen.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/netsurf/libcss/gen.lua b/pkg/netsurf/libcss/gen.lua index 768a53e0..80a1925d 100644 --- a/pkg/netsurf/libcss/gen.lua +++ b/pkg/netsurf/libcss/gen.lua @@ -1,4 +1,5 @@ cflags{ + [[-D '_ALIGNED=__attribute__((aligned))']], '-I $srcdir/include', '-I $srcdir/src', '-I pkg/netsurf/libparserutils/src/include', @@ -25,7 +26,7 @@ lib('libcss.a', [[src/( charset/detect.c lex/lex.c parse/( - parse.c language.c important.c propstrings.c font_face.c + parse.c language.c important.c propstrings.c font_face.c mq.c properties/( azimuth.c background.c |
