blob: afd45b3417eb5b756f5ad2245a51cbeb6bb2aece (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
From 3862ebc02771f33c309e9ee91b696aff0fbdc20e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@gentoo.org>
Date: Sun, 8 Sep 2024 21:10:01 +0200
Subject: [PATCH 1/2] Revert "install perl module into user-specified prefix
(#7192)"
This reverts commit c09d35f22090585a0357ecfbd58786022a37aae7.
---
PerlMagick/Makefile.PL.in | 3 ---
1 file changed, 3 deletions(-)
diff --git a/PerlMagick/Makefile.PL.in b/PerlMagick/Makefile.PL.in
index 902f01dc2..622a502ea 100644
--- a/PerlMagick/Makefile.PL.in
+++ b/PerlMagick/Makefile.PL.in
@@ -223,9 +223,6 @@ WriteMakefile
# Linker flags for building a dynamically loadable module
'LDDLFLAGS' => $LDDLFLAGS_magick,
- # Install PerlMagick into ImageMagick prefix
- 'INSTALL_BASE' => '@PREFIX_DIR@',
-
# Install PerlMagick binary into ImageMagick bin directory
'INSTALLBIN' => '@BIN_DIR@',
--
2.44.2
|