File: cdk-h-old-place.patch

package info (click to toggle)
libcdk5 5.0.20161210-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,440 kB
  • ctags: 2,833
  • sloc: ansic: 32,375; sh: 4,732; makefile: 1,122; sed: 43; cpp: 41
file content (17 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: cdk.h back to subdir cdk. Where programs
             will look for.
Author: Herbert Parentes Fortes Neto <hpfn@ig.com.br>
Last-Update: 2016-02-12
Index: libcdk5-5.0.20160131/Makefile.in
===================================================================
--- libcdk5-5.0.20160131.orig/Makefile.in
+++ libcdk5-5.0.20160131/Makefile.in
@@ -397,7 +397,7 @@ installCDKHeaderFiles :: \
 	@for i in $(CDKHDR); do \
 	   $(HEADERS_SH) include/$$i; \
 	done
-@HDR_SUBDIR@	rm -f $(INCLUDE_DIR)/cdk.h && mv $(INCLUDE_SUBDIR)/cdk.h $(INCLUDE_DIR)/$(PACKAGE).h
+#@HDR_SUBDIR@	rm -f $(INCLUDE_DIR)/cdk.h && mv $(INCLUDE_SUBDIR)/cdk.h $(INCLUDE_DIR)/$(PACKAGE).h
 
 uninstall \
 uninstallCDKHeaderFiles ::