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/cingb | |
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/cingb')
-rw-r--r-- | emulators/cingb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile index d588f0383d10..375e24d70733 100644 --- a/emulators/cingb/Makefile +++ b/emulators/cingb/Makefile @@ -19,9 +19,7 @@ ALL_TARGET= standard PORTDOCS= README README.FAQ PLIST_FILES= bin/cingb bin/cingb_conf - -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -lpthread OPTIONS_DEFINE= DOCS |