forked from ports/contrib
fltk: 1.1.7 -> 1.1.8
This commit is contained in:
parent
01accbb9ec
commit
962c31ec19
@ -140,6 +140,8 @@ lrwxrwxrwx root/root usr/include/FL/Fl_Positioner.h -> Fl_Positioner.H
|
||||
lrwxrwxrwx root/root usr/include/FL/Fl_Preferences.h -> Fl_Preferences.H
|
||||
-rw-r--r-- root/root usr/include/FL/Fl_Progress.H
|
||||
lrwxrwxrwx root/root usr/include/FL/Fl_Progress.h -> Fl_Progress.H
|
||||
-rw-r--r-- root/root usr/include/FL/Fl_RGB_Image.H
|
||||
lrwxrwxrwx root/root usr/include/FL/Fl_RGB_Image.h -> Fl_RGB_Image.H
|
||||
-rw-r--r-- root/root usr/include/FL/Fl_Radio_Button.H
|
||||
lrwxrwxrwx root/root usr/include/FL/Fl_Radio_Button.h -> Fl_Radio_Button.H
|
||||
-rw-r--r-- root/root usr/include/FL/Fl_Radio_Light_Button.H
|
||||
@ -237,12 +239,14 @@ lrwxrwxrwx root/root usr/include/FL/forms.h -> forms.H
|
||||
-rw-r--r-- root/root usr/include/FL/gl2opengl.h
|
||||
-rw-r--r-- root/root usr/include/FL/gl_draw.H
|
||||
lrwxrwxrwx root/root usr/include/FL/gl_draw.h -> gl_draw.H
|
||||
-rw-r--r-- root/root usr/include/FL/glu.h
|
||||
-rw-r--r-- root/root usr/include/FL/glut.H
|
||||
lrwxrwxrwx root/root usr/include/FL/glut.h -> glut.H
|
||||
-rw-r--r-- root/root usr/include/FL/mac.H
|
||||
lrwxrwxrwx root/root usr/include/FL/mac.h -> mac.H
|
||||
-rw-r--r-- root/root usr/include/FL/mac.r
|
||||
-rw-r--r-- root/root usr/include/FL/math.h
|
||||
-rw-r--r-- root/root usr/include/FL/names.h
|
||||
-rw-r--r-- root/root usr/include/FL/win32.H
|
||||
lrwxrwxrwx root/root usr/include/FL/win32.h -> win32.H
|
||||
-rw-r--r-- root/root usr/include/FL/x.H
|
||||
|
@ -1 +1 @@
|
||||
2e29319119adc9d63b2f26b72cae0a88 fltk-1.1.7-source.tar.bz2
|
||||
0f272d7299778e42fcbedf3c01741f4f fltk-1.1.8-source.tar.bz2
|
||||
|
10
fltk/Pkgfile
10
fltk/Pkgfile
@ -5,15 +5,15 @@
|
||||
# Depends on: alsa-lib libjpeg libpng mesa3d xorg-libxft xorg-libxinerama
|
||||
|
||||
name=fltk
|
||||
version=1.1.7
|
||||
release=3
|
||||
version=1.1.8
|
||||
release=1
|
||||
source=(http://ftp.easysw.com/pub/fltk/$version/fltk-$version-source.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd fltk-$version
|
||||
|
||||
export CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
|
||||
#export CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
#export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
@ -25,7 +25,7 @@ build() {
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
chmod a-x $PKG/usr/lib/*.a
|
||||
rm -r $PKG/usr/{share,man/cat?}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user