This commit is contained in:
parent
75763bb8e3
commit
19cf7a2833
1 changed files with 4 additions and 0 deletions
|
@ -42,3 +42,7 @@ def patch(self):
|
|||
# jpeg requires stdio to beincluded before its headrs.
|
||||
filter_file(r'^(\#include \<jpeglib\.h\>)',
|
||||
'#include<stdio.h>\n\\1', 'libmng_types.h')
|
||||
|
||||
@run_before('configure')
|
||||
def clean_configure_directory(self):
|
||||
make('distclean')
|
||||
|
|
Loading…
Reference in a new issue