mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
608 B
Plaintext
16 lines
608 B
Plaintext
$NetBSD: patch-ad,v 1.11 2007/01/26 02:44:28 markd Exp $
|
|
|
|
dont install hicolor/index.theme as hicolor-icon-theme pkg will
|
|
|
|
--- pics/Makefile.in.orig 2007-01-19 15:41:52.000000000 +1300
|
|
+++ pics/Makefile.in
|
|
@@ -515,7 +515,7 @@ x_libraries = @x_libraries@
|
|
xdg_appsdir = @xdg_appsdir@
|
|
xdg_directorydir = @xdg_directorydir@
|
|
xdg_menudir = @xdg_menudir@
|
|
-SUBDIRS = . hicolor crystalsvg emoticons
|
|
+SUBDIRS = . crystalsvg emoticons
|
|
INCLUDES = $(LIBART_CFLAGS) -I$(top_srcdir)/kdecore/svgicons -I$(top_srcdir)/kdefx $(all_includes)
|
|
@include_SVGICONS_TRUE@KSVGTOPNG = ksvgtopng
|
|
ksvgtopng_SOURCES = ksvgtopng.cpp
|