Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144205 Details for
Bug 210965
media-libs/libafterimage fails to compile on g/fbsd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libafterimage-1.15_fbsd1.patch
libafterimage-1.15_fbsd1.patch (text/plain), 1.58 KB, created by
MT
on 2008-02-21 12:32:28 UTC
(
hide
)
Description:
libafterimage-1.15_fbsd1.patch
Filename:
MIME Type:
Creator:
MT
Created:
2008-02-21 12:32:28 UTC
Size:
1.58 KB
patch
obsolete
>--- libAfterImage-1.15/Makefile.in.orig 2008-02-21 13:12:49 +0100 >+++ libAfterImage-1.15/Makefile.in 2008-02-21 13:14:08 +0100 >@@ -204,7 +204,7 @@ > ) > > install.apps: install.lib >- @(cd apps; make install || exit 1) >+ @(cd apps; $(MAKE) install || exit 1) > > # uninstallation targets : > # >@@ -248,7 +248,7 @@ > done > > uninstall.apps: >- @(cd apps; make uninstall || exit 1) >+ @(cd apps; $(MAKE) uninstall || exit 1) > > uninstall.lib: @LIBUNINSTALL@ uninstall.inc uninstall.apps > >@@ -259,11 +259,11 @@ > clean: > $(RMF) $(LIB_SHARED) $(LIB_SHARED_CYG) $(LIB_SHARED_CYG_AR) $(LIB_STATIC) *.so.* *.so *.o *~ *% *.bak \#* core ; \ > for I in ${subdirs}; do $(RMF) $$I/*.o $$I/*.obj $$I/*.bak; done >- @(cd apps; make clean || exit 1) >+ @(cd apps; $(MAKE) clean || exit 1) > > distclean: clean > $(RMF) $(LIB_SHARED) $(LIB_SHARED_CYG) $(LIB_SHARED_CYG_AR) $(LIB_STATIC) *.o *.so.* *~ *% *.bak \#* *.orig core Makefile >- @(cd apps; make distclean || exit 1) >+ @(cd apps; $(MAKE) distclean || exit 1) > > indent: > @SRCS=`echo "$(AFTERIMAGE_OBJS) " | sed "s/.o /.c /g"`; \ >@@ -274,7 +274,7 @@ > mv /tmp/$$i $$i; \ > fi; \ > done ; \ >- (cd apps; make indent || exit 1) >+ (cd apps; $(MAKE) indent || exit 1) > > deps: > @echo -n > .depend ; \ >@@ -308,10 +308,10 @@ > echo -n ' $$('$(LIB_NAME)_PATH')'/$$f >> .shared ; \ > done; \ > echo "" >> .shared ; \ >- (cd apps; make deps || exit 1) >+ (cd apps; $(MAKE) deps || exit 1) > > apps: @LIBPROG@ $(LIB_OBJS) $(LIB_INCS) $(APPS_SRCS) $(APPS_INCS) >- @(cd apps; make ) >+ @(cd apps; $(MAKE) ) > > > $(LIB_STATIC): $(LIB_OBJS) $(LIB_INCS) config.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210965
: 144205