diff options
author | dmcmahill <dmcmahill> | 2000-12-19 16:36:52 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-12-19 16:36:52 +0000 |
commit | 6303bb6097a4df318327c04f90d2bb0c85fd7d5b (patch) | |
tree | 14540814094e6a47329b5f90b7eef8a4c62628fd /cad | |
parent | a9314af75c0ae98e1f360ba7b991e0681df36b29 (diff) | |
download | pkgsrc-6303bb6097a4df318327c04f90d2bb0c85fd7d5b.tar.gz |
use -fPIC for building libipal. needed for newer versions (>20001216)of verilog
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ipal-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/ipal-current/Makefile b/cad/ipal-current/Makefile index 18b8b6f0383..18905f3b2ab 100644 --- a/cad/ipal-current/Makefile +++ b/cad/ipal-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/12/17 03:43:29 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2000/12/19 16:36:52 dmcmahill Exp $ # DISTNAME= ipal-20001210 @@ -16,6 +16,8 @@ GNU_CONFIGURE= YES USE_GMAKE= YES USE_X11= YES +CFLAGS+= -fPIC + post-patch: ${CHMOD} a+x ${WRKSRC}/configure |