diff options
author | marino <marino@FreeBSD.org> | 2015-03-25 06:17:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-25 06:17:41 +0800 |
commit | f74761b9bfd1bb59f543e04731e6db8a2aaf3824 (patch) | |
tree | 60ad4767380537b433ea1dfdfc2e72ae71751873 /emulators/simh | |
parent | de6c295f80cbf9bf9ee451a705b2e1d68ddfeca3 (diff) | |
download | freebsd-ports-gnome-f74761b9bfd1bb59f543e04731e6db8a2aaf3824.tar.gz freebsd-ports-gnome-f74761b9bfd1bb59f543e04731e6db8a2aaf3824.tar.zst freebsd-ports-gnome-f74761b9bfd1bb59f543e04731e6db8a2aaf3824.zip |
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators
approved by: PTHREAD blanket
Diffstat (limited to 'emulators/simh')
-rw-r--r-- | emulators/simh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index c2d9c91ea075..dab48f079f88 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -34,7 +34,6 @@ pre-patch: post-patch: @${REINPLACE_CMD} -e \ '/shell ldconfig/s|^|#| ; \ - s|-lpthread|${PTHREAD_LIBS}| ; \ /-O2/s| = | ?= |' ${WRKSRC}/makefile @${REINPLACE_CMD} -e \ 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/VAX/vax_sysdev.c |