mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Added bep and patch for freeimage from cipri. This fixes #316, for gcc4.
This commit is contained in:
16
media-libs/freeimage/patches/freeimage-3.15.3.patch
Normal file
16
media-libs/freeimage/patches/freeimage-3.15.3.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
diff -Naur FreeImage/Makefile.gnu FreeImage-haiku/Makefile.gnu
|
||||
--- FreeImage/Makefile.gnu 2012-03-10 19:24:28.065011712 +0000
|
||||
+++ FreeImage-haiku/Makefile.gnu 2012-08-12 16:23:37.864550912 +0000
|
||||
@@ -62,9 +62,9 @@
|
||||
|
||||
install:
|
||||
install -d $(INCDIR) $(INSTALLDIR)
|
||||
- install -m 644 -o root -g root $(HEADER) $(INCDIR)
|
||||
- install -m 644 -o root -g root $(STATICLIB) $(INSTALLDIR)
|
||||
- install -m 755 -o root -g root $(SHAREDLIB) $(INSTALLDIR)
|
||||
+ install -m 644 $(HEADER) $(INCDIR)
|
||||
+ install -m 644 $(STATICLIB) $(INSTALLDIR)
|
||||
+ install -m 755 $(SHAREDLIB) $(INSTALLDIR)
|
||||
ln -sf $(SHAREDLIB) $(INSTALLDIR)/$(VERLIBNAME)
|
||||
ln -sf $(VERLIBNAME) $(INSTALLDIR)/$(LIBNAME)
|
||||
# ldconfig
|
||||
Reference in New Issue
Block a user