diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-07 15:29:55 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-07 15:29:55 +0000 |
commit | 743021299a4ee9a272e32c9458d80a49ef228454 (patch) | |
tree | baed2cc42848b9c5f2e88dd12732ba63aa1f7e04 /editors/openoffice-3 | |
parent | ff345c0864e14a6fbeb864cc4d6aed19ad8e3b38 (diff) | |
download | FreeBSD-ports-743021299a4ee9a272e32c9458d80a49ef228454.zip FreeBSD-ports-743021299a4ee9a272e32c9458d80a49ef228454.tar.gz |
Add missing -D_REENTRANT in CURRENT.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/patch-stlport+STLport-4.5.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice-3/files/patch-stlport+STLport-4.5.patch b/editors/openoffice-3/files/patch-stlport+STLport-4.5.patch index 83b4a73..8c482fe 100644 --- a/editors/openoffice-3/files/patch-stlport+STLport-4.5.patch +++ b/editors/openoffice-3/files/patch-stlport+STLport-4.5.patch @@ -12,8 +12,8 @@ + # +-CC = gcc -pthread +-CXX = c++ -pthread -fexceptions -++CC+= ${PTHREAD_CFLAGS} -++CXX+= ${PTHREAD_CFLAGS} -fexceptions +++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT +++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions + + # + # Basename for libraries @@ -47,8 +47,8 @@ ++# ++# compiler ++# -++CC+= ${PTHREAD_CFLAGS} -++CXX+= ${PTHREAD_CFLAGS} -fexceptions +++CC+= ${PTHREAD_CFLAGS} -D_REENTRANT +++CXX+= ${PTHREAD_CFLAGS} -D_REENTRANT -fexceptions ++ ++# ++# Basename for libraries |