diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 22:17:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 22:17:41 +0000 |
commit | 312461b6fa77f1cca68731482cf7519092085f56 (patch) | |
tree | 60ad4767380537b433ea1dfdfc2e72ae71751873 /emulators/o2em | |
parent | d8a73366f4042a17f0426e917e4a6ec3c42f67f5 (diff) | |
download | ports-312461b6fa77f1cca68731482cf7519092085f56.tar.gz ports-312461b6fa77f1cca68731482cf7519092085f56.zip |
Notes
Diffstat (limited to 'emulators/o2em')
-rw-r--r-- | emulators/o2em/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/o2em/Makefile b/emulators/o2em/Makefile index 1b5a8dce951b..7f7c653f6330 100644 --- a/emulators/o2em/Makefile +++ b/emulators/o2em/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro WRKSRC= ${WRKDIR}/o2em117src MAKEFILE= Makefile.freebsd USES= gmake zip -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -lpthread OPTIONS_DEFINE= DOCS |