[23484] trunk/dports/graphics/squish

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 2 05:27:55 PDT 2007


Revision: 23484
          http://trac.macosforge.org/projects/macports/changeset/23484
Author:   digdog at macports.org
Date:     2007-04-02 05:27:55 -0700 (Mon, 02 Apr 2007)

Log Message:
-----------
update patch file location

Added Paths:
-----------
    trunk/dports/graphics/squish/files/
    trunk/dports/graphics/squish/files/patch-config.diff

Removed Paths:
-------------
    trunk/dports/graphics/squish/patch-config.diff

Copied: trunk/dports/graphics/squish/files/patch-config.diff (from rev 23483, trunk/dports/graphics/squish/patch-config.diff)
===================================================================
--- trunk/dports/graphics/squish/files/patch-config.diff	                        (rev 0)
+++ trunk/dports/graphics/squish/files/patch-config.diff	2007-04-02 12:27:55 UTC (rev 23484)
@@ -0,0 +1,30 @@
+--- config.orig	2007-03-31 14:44:29.000000000 -0500
++++ config	2007-03-31 14:44:41.000000000 -0500
+@@ -1,10 +1,15 @@
+ # config file used for the Makefile only
+ 
+-# define to 1 to use Altivec instructions
+-USE_ALTIVEC ?= 0
+-
+-# define to 1 to use SSE2 instructions
+-USE_SSE ?= 0
++export PROCESSOR = $(shell uname -p)
++ifeq ($(PROCESSOR), powerpc)
++    # define to 1 to use Altivec instructions
++    USE_ALTIVEC ?= 1
++    USE_SSE ?= 0
++else
++    # define to 1 to use SSE2 instructions
++    USE_ALTIVEC ?= 0
++    USE_SSE ?= 1
++endif
+ 
+ # default flags
+ CXXFLAGS ?= -O2
+@@ -18,5 +23,5 @@
+ endif
+ 
+ # where should we install to
+-INSTALL_DIR ?= /usr/local
++INSTALL_DIR ?= /opt/local
+ 

Deleted: trunk/dports/graphics/squish/patch-config.diff
===================================================================
--- trunk/dports/graphics/squish/patch-config.diff	2007-04-02 12:19:16 UTC (rev 23483)
+++ trunk/dports/graphics/squish/patch-config.diff	2007-04-02 12:27:55 UTC (rev 23484)
@@ -1,30 +0,0 @@
---- config.orig	2007-03-31 14:44:29.000000000 -0500
-+++ config	2007-03-31 14:44:41.000000000 -0500
-@@ -1,10 +1,15 @@
- # config file used for the Makefile only
- 
--# define to 1 to use Altivec instructions
--USE_ALTIVEC ?= 0
--
--# define to 1 to use SSE2 instructions
--USE_SSE ?= 0
-+export PROCESSOR = $(shell uname -p)
-+ifeq ($(PROCESSOR), powerpc)
-+    # define to 1 to use Altivec instructions
-+    USE_ALTIVEC ?= 1
-+    USE_SSE ?= 0
-+else
-+    # define to 1 to use SSE2 instructions
-+    USE_ALTIVEC ?= 0
-+    USE_SSE ?= 1
-+endif
- 
- # default flags
- CXXFLAGS ?= -O2
-@@ -18,5 +23,5 @@
- endif
- 
- # where should we install to
--INSTALL_DIR ?= /usr/local
-+INSTALL_DIR ?= /opt/local
- 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070402/bef21d84/attachment.html


More information about the macports-changes mailing list