]> git.pld-linux.org Git - packages/brlcad.git/commitdiff
- add include patch master
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Sun, 20 May 2007 14:43:13 +0000 (14:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    brlcad.spec -> 1.17

brlcad.spec

index b6fde702630bced6d3aff3e34940d27737625abe..71412dcc16e9b4d14ca6c5405040a7baa5db532e 100644 (file)
@@ -2,6 +2,7 @@
 # TODO 
 #      - files fixes, what is -static?
 #      - build with system libs: 
+#      - remove disabled libs from source
 #
 Summary:       BRL CAD - solid modeling system
 Summary(pl.UTF-8):     BRL CAD - system modelowania brył
@@ -12,6 +13,7 @@ License:      GPL
 Group:         X11/Applications/Graphics
 Source0:       http://dl.sourceforge.net/brlcad/%{name}-%{version}.tar.bz2
 # Source0-md5: 0b6f4fe6b3466ac5c4afac26dfa43f7d
+Patch0:                %{name}-include.patch
 URL:           http://brlcad.sourceforge.net/
 BuildRequires: SDL-devel
 #Buildrequires:        itcl-devel
@@ -74,8 +76,10 @@ Statyczna biblioteka BRL-CAD.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__autoconf}
 %configure2_13 \
        --disable-blt-build \
        --disable-itcl-build \
This page took 0.050678 seconds and 4 git commands to generate.