Hidden dependency removal: make sure hypermail does not get compiled
against an installed libpcre, accidentally.
This commit is contained in:
parent
fb36a7039e
commit
82859f275a
@ -1,9 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2001/05/23 02:58:53 form Exp $
|
||||
--- Makefile.in.orig Wed May 23 09:17:09 2001
|
||||
+++ Makefile.in Wed May 23 09:17:15 2001
|
||||
@@ -32,7 +32,7 @@ CFLAGS=@CFLAGS@ @INCLUDES@ $(WARNINGS)
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2001/10/14 16:11:06 espie Exp $
|
||||
--- Makefile.in.orig Sat May 12 01:09:07 2001
|
||||
+++ Makefile.in Sun Oct 14 17:37:08 2001
|
||||
@@ -30,9 +30,9 @@ INSTALL_PROG=@INSTALL@
|
||||
CC=@CC@
|
||||
CFLAGS=@CFLAGS@ @INCLUDES@ -Ipcre $(WARNINGS)
|
||||
LIBS=@LIBS@
|
||||
LDFLAGS=@LDFLAGS@
|
||||
-LDFLAGS=@LDFLAGS@ -Lpcre
|
||||
+LDFLAGS=-Lpcre @LDFLAGS@
|
||||
|
||||
-all: hypermail support
|
||||
+all: hypermail #support
|
||||
|
12
mail/hypermail/patches/patch-src_Makefile_in
Normal file
12
mail/hypermail/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2001/10/14 16:11:06 espie Exp $
|
||||
--- src/Makefile.in.orig Sun Oct 14 17:32:03 2001
|
||||
+++ src/Makefile.in Sun Oct 14 17:32:14 2001
|
||||
@@ -30,7 +30,7 @@ INSTALL_PROG=@INSTALL@
|
||||
CFLAGS=@CFLAGS@ @INCLUDES@ -Ipcre $(WARNINGS)
|
||||
YACC=@YACC@
|
||||
NETLIBS=@LIBS@
|
||||
-LDFLAGS=@LDFLAGS@ -Lpcre
|
||||
+LDFLAGS=-Lpcre @LDFLAGS@
|
||||
MISC_LIBS= -lm -lpcre
|
||||
OPT_LIBS=@EXTRA_LIBS@
|
||||
|
Loading…
Reference in New Issue
Block a user