mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
remove patch no longer needed add patch to remove ifdef duplicate PR: 277672 Approved by: maintainer, bapt (mentor) Differential Revision: https://reviews.freebsd.org/D44431
10 lines
260 B
C
10 lines
260 B
C
--- include/squid.h.orig 2024-03-04 05:45:51 UTC
|
|
+++ include/squid.h
|
|
@@ -9,6 +9,7 @@
|
|
#ifndef SQUID_INCLUDE_SQUID_H
|
|
#define SQUID_INCLUDE_SQUID_H
|
|
|
|
+#define _WITH_CPU_SET_T
|
|
#include "autoconf.h" /* For GNU autoconf variables */
|
|
#include "version.h"
|
|
|