diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-06-04 22:07:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-06-04 22:07:28 +0000 |
commit | 6ee459381333db2abdf8f61d98a98c58b756127e (patch) | |
tree | f96e8e719a8be3f14db552cbaba9cc9186d6e3b9 /chinese | |
parent | ae852381005c3bc1b2a0dfe2d744ccd5cb6b41a2 (diff) | |
download | ports-6ee459381333db2abdf8f61d98a98c58b756127e.tar.gz ports-6ee459381333db2abdf8f61d98a98c58b756127e.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xsim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/xsim/Makefile b/chinese/xsim/Makefile index 0c37b9ae7b46..e229a33c88cb 100644 --- a/chinese/xsim/Makefile +++ b/chinese/xsim/Makefile @@ -42,7 +42,7 @@ post-patch: @${FIND} ${WRKSRC} ! -type d \ -exec ${GREP} -q _CPP_BITS_IOSBASE_H '{}' \; \ -exec ${REINPLACE_CMD} 's/#ifdef _CPP_BITS_IOSBASE_H/#if defined(_IOS_BASE_H) || defined(_CPP_BITS_IOSBASE_H)/g' '{}' \; - ${REINPLACE_CMD} "s/-O2/${CFLAGS}/g; s,/usr/local,${LOCALBASE},; s|s,@bdblib@,\$$bdblib,|s,@bdblib@,${BDB_LIB_CXX_NAME},|" ${WRKSRC}/configure + ${REINPLACE_CMD} "s#-O2#${CFLAGS}#g; s,/usr/local,${LOCALBASE},; s|s,@bdblib@,\$$bdblib,|s,@bdblib@,${BDB_LIB_CXX_NAME},|" ${WRKSRC}/configure post-install: ${INSTALL_DATA} ${WRKDIR}/xsim.sh ${PREFIX}/bin/xsim |