diff options
| author | John Marino <marino@FreeBSD.org> | 2015-03-25 09:33:52 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2015-03-25 09:33:52 +0000 |
| commit | 8f3cf904a9acabd2f42b99039c6234450b3ad36d (patch) | |
| tree | 235f4a8881bffb486680a8c5fd92b7ad67e64325 /databases/sqlite2 | |
| parent | security category: Remove $PTHREAD_LIBS (diff) | |
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket
Diffstat (limited to 'databases/sqlite2')
| -rw-r--r-- | databases/sqlite2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 3732da434b3c..eab7db77763e 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -65,7 +65,7 @@ post-patch: @${ECHO} "" > ${WRKSRC}/freebsd.hints .endif .if ${PORT_OPTIONS:MTHREADS} - @${ECHO} "config_TARGET_CFLAGS=\"-DTHREADSAFE=1 ${PTHREAD_LIBS}\"" \ + @${ECHO} "config_TARGET_CFLAGS=\"-DTHREADSAFE=1 -lpthread\"" \ >> ${WRKSRC}/freebsd.hints .endif |
