openbsd-ports/editors/abiword/patches/patch-ad
2000-06-12 10:05:19 +00:00

19 lines
624 B
Plaintext

--- src/wp/main/unix/Makefile.orig Tue Feb 29 18:37:58 2000
+++ src/wp/main/unix/Makefile Mon Jun 12 04:31:09 2000
@@ -34,13 +34,13 @@
# TODO several times. see if there is a better way of doing this.
LoadOrder= AbiGr AbiFmt AbiPTbl AbiImpExp AbiXAp AbiWPAp \
- AbiEv AbiUtil AbiWordVer AbiSpell Abi_expat Abi_libwv
+ AbiEv AbiUtil AbiWordVer AbiSpell Abi_libwv
ABI_APPLIBS= $(LoadOrder) $(LoadOrder) $(LoadOrder)
ABI_APPLIBDEP= $(LoadOrder)
# libdl flags go into the process later
-ABI_LIBS= png z
+ABI_LIBS= expat png z
# include both dynamic and static binaries
TARGETS= $(PROGRAM) $(PROGRAM_S)