mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
16 lines
476 B
Plaintext
16 lines
476 B
Plaintext
$NetBSD: patch-Hyena_Makefile.in,v 1.1 2014/05/26 09:24:56 wiz Exp $
|
|
|
|
Fix comment character.
|
|
|
|
--- Hyena/Makefile.in.orig 2010-10-06 19:46:07.000000000 +0000
|
|
+++ Hyena/Makefile.in
|
|
@@ -498,7 +498,7 @@ uninstall-am: uninstall-local uninstall-
|
|
pdf-am ps ps-am uninstall uninstall-am uninstall-local \
|
|
uninstall-moduleSCRIPTS
|
|
|
|
-dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
|
+# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
|
|
|
all: $(ASSEMBLY_FILE) theme-icons
|
|
|