diff options
| author | Cem Keylan <cem@ckyln.com> | 2023-01-25 14:07:54 +0100 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2023-01-25 14:07:54 +0100 |
| commit | 8fcd412fe6db69a3daa7a68b42805653c5153763 (patch) | |
| tree | a1fcac17abc2b8196c43b79611690a5b506bdf11 /xorg/libXpm/build | |
| parent | 5d4aef73d55227cbf9268dbfbb903d309f885fb3 (diff) | |
| parent | 5ee0305949e7a98eb79e4943c0af1f42e871e235 (diff) | |
| download | repository-8fcd412fe6db69a3daa7a68b42805653c5153763.tar.gz | |
Merge branch 'xorg-removal'
Diffstat (limited to 'xorg/libXpm/build')
| -rwxr-xr-x | xorg/libXpm/build | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xorg/libXpm/build b/xorg/libXpm/build deleted file mode 100755 index c5c4cbd1..00000000 --- a/xorg/libXpm/build +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -e - -# Patch out gettext dependency -for dir in sxpm cxpm; do - sed 's/xgettext/true/g' "$dir/Makefile.in" > "$dir/m.bak" - mv "$dir/m.bak" "$dir/Makefile.in" -done - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |
