mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Changelog: https://httpd.apache.org/apreq/docs/libapreq2/apreq_changes.html Reviewed by: brnrd With hat: Apache Team Sponsored by: Netzkommune GmbH
11 lines
416 B
Text
11 lines
416 B
Text
--- module/Makefile.in.orig 2023-03-13 19:18:13.887355000 +0100
|
|
+++ module/Makefile.in 2023-03-13 19:19:15.902362000 +0100
|
|
@@ -100,7 +100,7 @@ CONFIG_CLEAN_VPATH_FILES =
|
|
CONFIG_HEADER = $(top_builddir)/include/apreq_config.h
|
|
CONFIG_CLEAN_FILES =
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
-PROGRAMS = $(noinst_PROGRAMS)
|
|
+PROGRAMS =
|
|
test_cgi_SOURCES = test_cgi.c
|
|
test_cgi_OBJECTS = test_cgi.$(OBJEXT)
|
|
test_cgi_LDADD = $(LDADD)
|