summaryrefslogtreecommitdiff
path: root/cad/MyHDL-gplcver/patches/patch-aa
blob: 1839423f2adefc15e5fad9ce4aee06284bd89727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2011/04/13 16:14:10 drochner Exp $

--- cosimulation/cver/makefile.lnx.orig	2010-10-14 17:58:48.000000000 +0000
+++ cosimulation/cver/makefile.lnx
@@ -2,7 +2,7 @@
 WARNS=-Wall
 
 # change this path to point to the pli include files directory for cver
-INCS=-I$(HOME)/Tools/gplcver-2.12a.src/pli_incs
+INCS=-I$(LOCALBASE)/lib/gplcver/pli_incs
 
 # maybe want -O<something> and/or -g
 # -fno-stack-protector apparently needed with newer gcc's