SPECS: adapter.awk - no macros for /usr/include/{ncurses,freetype}*

glen glen at pld-linux.org
Tue Dec 13 19:01:11 CET 2005


Author: glen                         Date: Tue Dec 13 18:01:11 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no macros for /usr/include/{ncurses,freetype}*

---- Files affected:
SPECS:
   adapter.awk (1.244 -> 1.245) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.244 SPECS/adapter.awk:1.245
--- SPECS/adapter.awk:1.244	Tue Dec 13 18:13:23 2005
+++ SPECS/adapter.awk	Tue Dec 13 19:01:06 2005
@@ -985,6 +985,10 @@
 		gsub("%{prefix}", "%{_prefix}")
 	}
 
+	# replace back
+	gsub("%{_includedir}/ncurses", "/usr/include/ncurses")
+	gsub("%{_includedir}/freetype", "/usr/include/freetype")
+
 	gsub("%{PACKAGE_VERSION}", "%{version}")
 	gsub("%{PACKAGE_NAME}", "%{name}")
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.244&r2=1.245&f=u




More information about the pld-cvs-commit mailing list