diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 00:36:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 00:36:34 +0800 |
commit | 531c1e9dbd3190327603645ec4a4ee39027960b0 (patch) | |
tree | 2930e726300a7fd2909b1b02c969e20134e5dac9 /chinese/xsim | |
parent | 11ffafd469a75a23d97748b981ecd48b5e513238 (diff) | |
download | freebsd-ports-gnome-531c1e9dbd3190327603645ec4a4ee39027960b0.tar.gz freebsd-ports-gnome-531c1e9dbd3190327603645ec4a4ee39027960b0.tar.zst freebsd-ports-gnome-531c1e9dbd3190327603645ec4a4ee39027960b0.zip |
- Get rid FreeBSD 6.X support
Diffstat (limited to 'chinese/xsim')
-rw-r--r-- | chinese/xsim/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chinese/xsim/Makefile b/chinese/xsim/Makefile index 8e08bc8119f8..3da9bb1bb41e 100644 --- a/chinese/xsim/Makefile +++ b/chinese/xsim/Makefile @@ -25,14 +25,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message xsim.sh USE_BDB= 40+ -.include <bsd.port.pre.mk> - CFLAGS+= -fPIC -.if ${OSVERSION} < 700000 -MAKE_ARGS+= gcclib=`${CXX} -print-file-name=libgcc_pic.a` -.else MAKE_ARGS+= gcclib=`${CXX} -print-file-name=libgcc_s.so` -.endif post-patch: @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ @@ -50,4 +44,4 @@ post-install: @${CP} -R ${WRKDIR}/usr/local/xsim/dat/* ${DATADIR}/dat @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |