summaryrefslogtreecommitdiff
path: root/sdl2_ttf
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-11-02 14:11:21 +1100
committerDanny Rawlins <contact@romster.me>2021-11-02 14:11:41 +1100
commitd9df5a6b90c9d5c0120dd1db0c020c00c31926a3 (patch)
tree7563905b697c00f98f328c9c98bc1b9ee62c6542 /sdl2_ttf
parenta5dd45e3de97637c5112e9f67bc4ea390a892aab (diff)
downloadcontrib-d9df5a6b90c9d5c0120dd1db0c020c00c31926a3.tar.gz
contrib-d9df5a6b90c9d5c0120dd1db0c020c00c31926a3.tar.xz
sdl2_ttf: fix building with autotools
Diffstat (limited to 'sdl2_ttf')
-rw-r--r--sdl2_ttf/.signature4
-rw-r--r--sdl2_ttf/Pkgfile5
2 files changed, 3 insertions, 6 deletions
diff --git a/sdl2_ttf/.signature b/sdl2_ttf/.signature
index 7b98431a6..712d6ef2d 100644
--- a/sdl2_ttf/.signature
+++ b/sdl2_ttf/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3x5qGqa/sWpJxqxLkfubkLoUfcnM2jF6/Ra9W1SWARhXPGAZ/EHixMfqRnLIDE5mG/awq0TdO4CF2dEyAjjYIQQ=
-SHA256 (Pkgfile) = 44dd1e1819589593bfbf8589c5d77a0fb5b7bab231507389038c3db90b8049bb
+RWSagIOpLGJF38C7wHENKde612Dxx6Ogd9oxnCZQ10KO0iWeNnvY21aNyV+pGp3EQgh8SFNU6bik1ke5TaJNhC2Q3HBsFMlGAw0=
+SHA256 (Pkgfile) = 86a447d8f5de1053ff0b6002a48dd09cb21aedee93ceb2211f56408bd6ad03b2
SHA256 (.footprint) = 10a27cc1f797370e93787855bab47275964747f7f13420dc5d4425042d4bbf49
SHA256 (SDL2_ttf-2.0.15.tar.gz) = a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33
diff --git a/sdl2_ttf/Pkgfile b/sdl2_ttf/Pkgfile
index e750cf574..19a6c01b1 100644
--- a/sdl2_ttf/Pkgfile
+++ b/sdl2_ttf/Pkgfile
@@ -1,4 +1,4 @@
-# Description: TrueType library for libsdl.
+# Description: TrueType library for libsdl2.
# URL: https://www.libsdl.org/projects/SDL_ttf/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: freetype libsdl2
@@ -11,9 +11,6 @@ source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$version.tar.gz
build() {
cd SDL2_ttf-$version
- touch NEWS README AUTHORS ChangeLog
- autoreconf -vi
-
./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit