diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-22 23:41:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-22 23:45:16 +0000 |
commit | 84897d4b3b2a0e4719b00fb06abb8c04e3c20c24 (patch) | |
tree | d43669d827031cc94a51c3bdff8684dcf89edb0d /hyphen/makefile.mk | |
parent | 279b71044d1a8b60452425b5b192d3dfb21a62fe (diff) |
Recover fix for fdo#43931
Diffstat (limited to 'hyphen/makefile.mk')
-rw-r--r-- | hyphen/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk index feb0ea7615b3..f44953f7e077 100644 --- a/hyphen/makefile.mk +++ b/hyphen/makefile.mk @@ -43,7 +43,8 @@ ADDITIONAL_FILES += makefile.mk PATCH_FILES= \ hyphen-build.patch \ - hyphen-android.patch + hyphen-android.patch \ + hyphen-fdo43931.patch .IF "$(GUI)"=="UNX" CONFIGURE_DIR=$(BUILD_DIR) |