diff options
author | mbr <mbr@FreeBSD.org> | 2002-04-24 07:23:16 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-04-24 07:23:16 +0800 |
commit | 234e3d2046517826dc8342b99849ad6fd1083ba8 (patch) | |
tree | 919f937b63ebd5122905c5b4c7d4d1e615d5e35d /editors/openoffice.org-3-RC | |
parent | 15668c0d63299ea79715cb952a6d244d3b60d706 (diff) | |
download | freebsd-ports-gnome-234e3d2046517826dc8342b99849ad6fd1083ba8.tar.gz freebsd-ports-gnome-234e3d2046517826dc8342b99849ad6fd1083ba8.tar.zst freebsd-ports-gnome-234e3d2046517826dc8342b99849ad6fd1083ba8.zip |
Bring back deleted patch. We can habe the same flags as linux
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+mozillasrc+makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+mozillasrc+makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+mozillasrc+makefile.mk new file mode 100644 index 000000000000..49a5008ebeff --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+mozillasrc+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/mozab/mozillasrc/makefile.mk.orig Tue Apr 23 20:47:57 2002 ++++ ../connectivity/source/drivers/mozab/mozillasrc/makefile.mk Tue Apr 23 20:50:30 2002 +@@ -144,7 +144,7 @@ + -I$(MOZ_INC)$/embed_base -I$(MOZ_INC)$/mozldap + CDEFS+= -DMOZILLA_CLIENT \ + -DOSTYPE=\"Linux2.2.14-5\" -DOJI +-.IF "$(OS)" == "LINUX" ++.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD" + CFLAGS += -fPIC -g + CFLAGSCXX += \ + -fno-rtti -Wall -Wconversion -Wpointer-arith \ |