summary refs log tree commit diff
path: root/pkgs/tools/misc/fontforge/fontforge-20140813-use-system-uthash.patch
blob: fb53c619b2bccc9a0242a7afc3781e496d2630b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- a/Makefile.am.old	2014-08-12 10:07:32.000000000 +0530
+++ b/Makefile.am	2014-09-08 16:23:56.046996941 +0530
@@ -43,7 +43,6 @@
 AM_CPPFLAGS =
 AM_LDFLAGS =
 
-BUILT_SOURCES = uthash/src
 EXTRA_DIST =
 CLEANFILES =
 MOSTLYCLEANFILES =
@@ -113,8 +112,7 @@
 	Packaging/FontForge-doc.spec \
 	Packaging/FontForge.spec \
 	Packaging/FontForge.static.spec \
 	README \
-	uthash/src \
 	$(NULL)
 
 #--------------------------------------------------------------------------
@@ -129,11 +127,6 @@
 
 
 #--------------------------------------------------------------------------
-uthash/src:
-	if [ ! -e uthash/src ]; then \
-	if [ -e uthash ] ; then rm -r uthash ; fi ; \
-	git clone https://github.com/troydhanson/uthash ; \
-	fi ;
 
 # We import a selection of targets from Frank's standard packaging Makefile.