]> git.pld-linux.org Git - packages/di.git/commitdiff
- fix Build file syntax
authorlisu <lisu@pld-linux.org>
Tue, 24 Nov 2009 10:11:25 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    di-Build.patch -> 1.1

di-Build.patch [new file with mode: 0644]

diff --git a/di-Build.patch b/di-Build.patch
new file mode 100644 (file)
index 0000000..b7b6992
--- /dev/null
@@ -0,0 +1,19 @@
+--- di-4.17/Build~     2009-11-24 12:10:02.794851204 +0000
++++ di-4.17/Build      2009-11-24 12:12:44.568165397 +0000
+@@ -36,7 +36,15 @@
+                     bit64="-64"
+                     shift
+                     ;;
+-                -mkiffe|-mkc)
++                -mkc)
++                    DI_BUILD_MKCONFIG_PL=1
++                    export DI_BUILD_MKCONFIG_PL
++                    shift
++                    ;;
++                -mkiffe)
++                    DI_BUILD_MKCONFIG_PL=0
++                    export DI_BUILD_MKCONFIG_PL
++                    shift
+                     ;;
+                 -nonls|--disable-nls)
+                     DI_BUILD_NO_NLS=1
This page took 0.091785 seconds and 4 git commands to generate.