1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Extend patch to fix last db3 update

This commit is contained in:
Dirk Meyer 2001-12-28 10:09:53 +00:00
parent c80c715fc2
commit 43c7b739f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52320

View File

@ -1,5 +1,5 @@
--- kiltdown/Makefile.in.orig Mon May 14 05:25:23 2001
+++ kiltdown/Makefile.in Sat Jun 16 14:02:23 2001
+++ kiltdown/Makefile.in Thu Dec 27 06:20:25 2001
@@ -21,7 +21,7 @@
###################################################################
#
@ -14,7 +14,7 @@
CFLAGS=$(CFLAGSBASE) -fno-implicit-templates
LDFLAGS= $(SYS_LDFLAGS) -L$(QTLIB) -L$(DBLIB) -L$(X11LIB) $(USER_LPATH)
-LIBS=-lSM -lX11 -lXext -lICE -lqt-mt -ldb $(JPEGLIB) $(SYS_LIBS) $(USER_LIBS)
+LIBS=-lSM -lX11 -lXext -lICE -lqt2-mt -ldb $(JPEGLIB) $(SYS_LIBS) $(USER_LIBS)
+LIBS=-lSM -lX11 -lXext -lICE -lqt2-mt -ldb3 $(JPEGLIB) $(SYS_LIBS) $(USER_LIBS)
#
###################################################################