diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-28 10:51:58 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-28 10:51:58 +0000 |
commit | 100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9 (patch) | |
tree | ae18db5e53b8dc7dbd4ce8e2d3f0eec05e53d1f4 /sysutils/lineak-xosdplugin/Makefile | |
parent | - Fix crash (diff) |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr
Diffstat (limited to 'sysutils/lineak-xosdplugin/Makefile')
-rw-r--r-- | sysutils/lineak-xosdplugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index f353482c941d..49adcfc5438d 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/Makefile @@ -24,8 +24,8 @@ USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CFLAGS+= -fPIC -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= lineak_xosdplugin.1 PLIST_FILES= lib/lineakd/plugins/xosdplugin.la \ |