Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
$NetBSD: patch-Makefile,v 1.5 2013/06/18 20:25:18 joerg Exp $
|
||||
$NetBSD: patch-Makefile,v 1.6 2014/02/17 08:18:08 pettai Exp $
|
||||
|
||||
Add (PKG_)PREFIX support
|
||||
|
||||
--- Makefile.orig 2013-04-11 18:34:14.000000000 +0000
|
||||
--- Makefile.orig 2014-02-11 20:08:39.000000000 +0000
|
||||
+++ Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
# The following options seem to work fine on Linux, FreeBSD, and Darwin
|
||||
OPTIMIZE=-O2 -g
|
||||
-CFLAGS=-Wall -Werror -pthread --no-strict-aliasing
|
||||
-CFLAGS=-Wall -Werror -pthread -fno-strict-aliasing
|
||||
-INCPATH=-I/usr/local/include -I/opt/local/include -I/usr/local/ssl/include
|
||||
+CFLAGS=-Wall -pthread -fno-strict-aliasing
|
||||
+INCPATH=-I/usr/include -I${PREFIX}/include
|
||||
|
||||
Reference in New Issue
Block a user