diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-30 05:25:30 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-30 05:25:30 +0800 |
commit | 9c4e18b5c9ace9c3f3226e979299da80d8fcc76c (patch) | |
tree | 2312910b2b0f4271c1fbee85f2e0a7b9266f5391 /editors/openoffice-2.0-devel | |
parent | 70b6b70092d47e1933c56f8e1bba548156b6a65c (diff) | |
download | freebsd-ports-gnome-9c4e18b5c9ace9c3f3226e979299da80d8fcc76c.tar.gz freebsd-ports-gnome-9c4e18b5c9ace9c3f3226e979299da80d8fcc76c.tar.zst freebsd-ports-gnome-9c4e18b5c9ace9c3f3226e979299da80d8fcc76c.zip |
Fix this the right way. A include path was wrong in neon, not in
expat.
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-expat+prj+d.lst | 9 | ||||
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-neon+neon.patch | 11 |
2 files changed, 11 insertions, 9 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-expat+prj+d.lst b/editors/openoffice-2.0-devel/files/patch-expat+prj+d.lst deleted file mode 100644 index 0bc9afc2f6a8..000000000000 --- a/editors/openoffice-2.0-devel/files/patch-expat+prj+d.lst +++ /dev/null @@ -1,9 +0,0 @@ ---- ../expat/prj/d.lst.orig Mon Apr 29 19:03:30 2002 -+++ ../expat/prj/d.lst Wed Oct 23 00:53:08 2002 -@@ -1,5 +1,5 @@ - mkdir: %_DEST%\inc%_EXT%\external\expat --..\%__SRC%\misc\build\expat\xmlparse\xmlparse.h %_DEST%\inc%_EXT%\expat\xmlparse.h -+..\%__SRC%\misc\build\expat\xmlparse\xmlparse.h %_DEST%\inc%_EXT%\external\expat\xmlparse.h - ..\%__SRC%\slb\expat_xmltok.lib %_DEST%\lib%_EXT%\expat_xmltok.lib - ..\%__SRC%\slb\expat_xmlparse.lib %_DEST%\lib%_EXT%\expat_xmlparse.lib - ..\%__SRC%\slb\ascii_expat_xmlparse.lib %_DEST%\lib%_EXT%\ascii_expat_xmlparse.lib diff --git a/editors/openoffice-2.0-devel/files/patch-neon+neon.patch b/editors/openoffice-2.0-devel/files/patch-neon+neon.patch new file mode 100644 index 000000000000..b0a5e9b4cdbd --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-neon+neon.patch @@ -0,0 +1,11 @@ +--- ../neon/neon.patch.orig Tue Oct 29 22:19:50 2002 ++++ ../neon/neon.patch Tue Oct 29 22:18:00 2002 +@@ -208,7 +208,7 @@ + ! + ! # --- Files -------------------------------------------------------- + ! +-| CFLAGS+=-I$(SOLARINCDIR)$/external$/expat ++! CFLAGS+=-I$(SOLARINCDIR)$/expat + ! + ! CDEFS+=-DHAVE_CONFIG_H + ! |