Skip to content

Conversation

brainos233
Copy link

@brainos233 brainos233 commented Sep 9, 2025

Corrects typo for pkg-conf file when porting zlib, changing -sUSE_ZIB to the correct -sUSE_ZLIB, and generate pkg-conf file for libpng too.

@brainos233 brainos233 changed the title Fix typo in pkg-config generation for zlib Fix typo in pkg-config generation for zlib, generate pkg-conf file for libpng Sep 9, 2025
@@ -23,7 +23,7 @@ def create(final):
zconf_h = os.path.join(os.path.dirname(__file__), 'zlib/zconf.h')
shutil.copyfile(zconf_h, os.path.join(source_path, 'zconf.h'))
ports.install_headers(source_path)
ports.make_pkg_config('zlib', VERSION, '-sUSE_ZIB')
ports.make_pkg_config('zlib', VERSION, '-sUSE_ZLIB')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this was fixed in #25228 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants