[mupen64plus-video-glide64] 88/172: Imported Upstream version 1.99.4+34+84c051341841

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:11:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-glide64.

commit a4cf6f24e33a90c853640c9da7c912cea5e414d5
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Nov 12 17:31:07 2011 +0100

    Imported Upstream version 1.99.4+34+84c051341841
---
 projects/unix/Makefile | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/projects/unix/Makefile b/projects/unix/Makefile
index 3e58c7f..80a3f52 100644
--- a/projects/unix/Makefile
+++ b/projects/unix/Makefile
@@ -114,6 +114,9 @@ LDFLAGS += $(SHARED)
 ifeq ($(PIC), 1)
   CFLAGS += -fPIC
   LDFLAGS += -fPIC
+else
+  CFLAGS += -fno-PIC
+  LDFLAGS += -fno-PIC
 endif
 
 ifeq ($(BIG_ENDIAN), 1)
@@ -138,11 +141,11 @@ endif
 ifeq ($(OS), OSX)
   ifeq ($(CPU), X86)
     ifeq ($(ARCH_DETECTED), 64BITS)
-      CFLAGS += -pipe -O3 -arch x86_64 -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk
+      CFLAGS += -pipe -arch x86_64 -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk
       LDFLAGS += -bundle -framework OpenGL -arch x86_64
       LDLIBS += -ldl
     else
-      CFLAGS += -pipe -O3 -mmmx -msse -fomit-frame-pointer -arch i686 -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk
+      CFLAGS += -pipe -mmmx -msse -fomit-frame-pointer -arch i686 -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk
       LDFLAGS += -bundle -framework OpenGL -arch i686
       LDLIBS += -ldl
     endif
@@ -289,11 +292,11 @@ TARGET = mupen64plus-video-glide64.$(SO_EXTENSION)
 targets:
 	@echo "Mupen64plus-video-glide64 N64 Graphics plugin makefile. "
 	@echo "  Targets:"
-	@echo "    all           == Build Mupen64plus-video-rice plugin"
+	@echo "    all           == Build Mupen64plus-video-glide64 plugin"
 	@echo "    clean         == remove object files"
 	@echo "    rebuild       == clean and re-build all"
-	@echo "    install       == Install Mupen64Plus-video-rice plugin"
-	@echo "    uninstall     == Uninstall Mupen64Plus-video-rice plugin"
+	@echo "    install       == Install Mupen64Plus-video-glide64 plugin"
+	@echo "    uninstall     == Uninstall Mupen64Plus-video-glide64 plugin"
 	@echo "  Options:"
 	@echo "    BITS=32       == build 32-bit binaries on 64-bit machine"
 	@echo "    NO_ASM=1      == build without inline assembly code (x86 MMX/SSE)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64.git



More information about the Pkg-games-commits mailing list