ports/graphics/giflib/files/patch-tests_makefile
Tijl Coosemans 5a022ef6a4 graphics/giflib: Replace BINARY_ALIAS with patch
BINARY_ALIAS cannot be used because ghead is only a TEST_DEPENDS.

Reported by:	kib
Fixes:		17bfc9d343da graphics/giflib: Update to 5.2.2
2024-04-28 00:22:18 +02:00

16 lines
753 B
Plaintext

--- tests/makefile.orig 2019-03-28 17:05:25 UTC
+++ tests/makefile
@@ -104,10 +106,10 @@ giffilter-regress:
giffix-rebuild:
@echo "Rebuilding giffix test."
- @head --bytes=-20 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d >giffixed.ico
+ @ghead --bytes=-20 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d >giffixed.ico
giffix-regress:
@echo "giffix: Testing giffix behavior"
- @head --bytes=-20 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d | diff -u giffixed.ico -
+ @ghead --bytes=-20 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d | diff -u giffixed.ico -
gifinto-regress:
@echo "gifinto: Checking behavior on short files."