mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
46789bfcb4
Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!!
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
--- kpaint/Makefile.in.orig Wed Sep 8 00:22:50 1999
|
|
+++ kpaint/Makefile.in Tue Feb 15 21:57:27 2000
|
|
@@ -161,7 +161,7 @@
|
|
|
|
INCLUDES = $(all_includes)
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
-LDADD = $(LIB_KIMGIO) -lgif -lm $(LIB_KFILE)
|
|
+LDADD = $(LIB_KIMGIO) -lungif -lm $(LIB_KFILE)
|
|
|
|
appsdir = $(kde_appsdir)/Graphics
|
|
apps_DATA = kpaint.kdelnk
|