diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-12-19 16:36:52 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-12-19 16:36:52 +0000 |
commit | adbdebc6152f158c23137491870c5cd261f1e02a (patch) | |
tree | 14540814094e6a47329b5f90b7eef8a4c62628fd /cad | |
parent | 7db6e6f19b6aebc95f7bc06a394b20d102fdbc54 (diff) | |
download | pkgsrc-adbdebc6152f158c23137491870c5cd261f1e02a.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 |