ports/sysutils/di/files/patch-C-Makefile
Naram Qashat ccca232b0a sysutils/di: update to 4.53
Swith to DISTVERSION.
Add TEST_TARGET and USES=perl5 to test phase.

Changelog:
Fixed library check for modern compilers.
Removed old D language stuff.
Remove support for K&R compilers and ancient systems.
Fix debug output for env vars.
DI_ARGS: print error and exit when encountering unknown data.

PR:		280151
Approved by:	submitter is maintainer
2024-07-08 07:22:10 +02:00

11 lines
235 B
Text

--- C/Makefile.orig 2024-06-24 00:49:39 UTC
+++ C/Makefile
@@ -42,7 +42,7 @@ TEST = test
###
# installation options
#
-prefix = /usr/local
+prefix ?= /usr/local
PREFIX = $(prefix)
BINDIR = $(PREFIX)/bin
DATADIR = $(PREFIX)/share