mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
commit
6a588f1c9f
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'abcm2ps'
|
||||
pkgname=abcm2ps
|
||||
version=8.12.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pango-devel"
|
||||
|
@ -17,4 +17,7 @@ pre_configure() {
|
|||
-e 's/CFLAGS=.*/CFLAGS=\"${CFLAGS}\"/' \
|
||||
-e 's:prefix=/usr/local:prefix=/usr:' \
|
||||
-e 's/CC=.*/CC=${CC}/'
|
||||
|
||||
sed -i Makefile.in \
|
||||
-e 's/ = $(DESTDIR)/ = /'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue