diff options
Diffstat (limited to 'textproc/xerces-c2/Makefile')
-rw-r--r-- | textproc/xerces-c2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/xerces-c2/Makefile b/textproc/xerces-c2/Makefile index f0fe6729d4cb..5666639415ca 100644 --- a/textproc/xerces-c2/Makefile +++ b/textproc/xerces-c2/Makefile @@ -142,10 +142,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/src/xercesc/Makefile.incl \ ${WRKSRC}/src/xercesc/runConfigure -.if ${OSVERSION} < 700000 - @${REINPLACE_CMD} -e 's,-lgcc,-lgcc_pic,' \ - ${WRKSRC}/src/xercesc/Makefile.incl -.endif pre-configure: @${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure |