diff options
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 |