SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
--- unix/Makefile.in.orig Thu Jul 7 16:27:51 2011
+++ unix/Makefile.in Thu Jul 7 16:27:53 2011
@@ -90,8 +90,8 @@ C_INCLUDE_PATH = @C_INCLUDE_PATH@
# They cannot be placed in conf.h since they indirectly rely on $prefix.
DEFS = \
@DEFS@ \
- -DPOVLIBDIR=\"@datadir@/@PACKAGE@-@VERSION_BASE@\" \
- -DPOVCONFDIR=\"@sysconfdir@/@PACKAGE@/@VERSION_BASE@\" \
+ -DPOVLIBDIR=\"@povlibdir@\" \
+ -DPOVCONFDIR=\"@sysconfdir@/@PACKAGE@/\" \
-DPOVCONFDIR_BACKWARD=\"@sysconfdir@\"
DEPDIR = @DEPDIR@