← recipes

Commit 894ffdb

0
plików
+0
dodanych
-0
usuniętych
@@ -216,7 +216,7 @@ build: |
216 216
217 217 sed -i -e '/^packagedatadir=/s|share/games/${PACKAGE}|share/${PACKAGE}|' configure
218 218
219 - ./configure \
219 + CFLAGS="${CFLAGS} -fgnu89-inline" ./configure \
220 220 --prefix=/usr \
221 221 --disable-debug \
222 222 --disable-werror \
@@ -224,6 +224,5 @@ build: |
224 224
225 225 make LDFLAGS+="-lm"
226 226 make DESTDIR=${PKGDIR} install
227 -
228 227 package: |
229 228 true