Skip to content

Commit

Permalink
libxpm: revert change made in unrelated PR (spack#11634)
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung authored Jun 5, 2019
1 parent cfcf399 commit 3c0b746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions var/spack/repos/builtin/packages/libxpm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ class Libxpm(AutotoolsPackage):
depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build')

# def setup_environment(self, spack_env, run_env):
# spack_env.append_flags('LDFLAGS', '-L{0} -lintl'.format(
# self.spec['gettext'].prefix.lib))
def setup_environment(self, spack_env, run_env):
spack_env.append_flags('LDFLAGS', '-L{0} -lintl'.format(
self.spec['gettext'].prefix.lib))

0 comments on commit 3c0b746

Please sign in to comment.