]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- reverted last change - PLD-doc/new-style-bconds.txt says we shouldn't
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 7 Mar 2004 13:21:31 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  use ?without_foo

Changed files:
    ekg.spec -> 1.168

ekg.spec

index ea178c184c40acdabc2501ecfe52ed5d0d84097c..70ee968fb4f7e27c7a979de75604fbc5375e6881 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -135,8 +135,8 @@ rm -f missing
        --with-pthread \
        --without-bind \
        %{?with_python:--with-python} \
-       %{?without_voip:--without-libgsm} \
-       %{?without_ioctl_daemon:--disable-ioctld}
+       %{!?with_voip:--without-libgsm} \
+       %{!?with_ioctl_daemon:--disable-ioctld}
 
 %{__make} \
        CC="%{__cc} %{rpmcflags} -Wall -I/usr/include/ncurses"
This page took 0.057312 seconds and 4 git commands to generate.