opnsense-ports/sysutils/wiimms/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

31 lines
850 B
Text

--- Makefile.orig 2013-07-12 20:59:10.000000000 +0200
+++ Makefile 2013-09-12 21:36:58.340976359 +0200
@@ -27,7 +27,7 @@
#-------------------------------------------------------------------------------
# global settings
-#SHELL = /bin/bash
+#SHELL = /usr/local/bin/bash
SHELL = /usr/bin/env bash
AUTHOR = Dirk Clemens
@@ -99,8 +99,8 @@
# compiler settings
PRE ?=
-CC = $(PRE)gcc
-CPP = $(PRE)g++
+#CC = $(PRE)cc
+#CPP = $(PRE)cpp
STRIP = $(PRE)strip
#-------------------------------------------------------------------------------
@@ -248,7 +248,7 @@
#-------------------------------------------------------------------------------
-SHARE_PATH = $(INSTALL_PATH)/share/wit
+SHARE_PATH = $(INSTALL_PATH)/share/wiimms
INSTALL_SCRIPTS = install.sh load-titles.sh
RM_FILES += $(INSTALL_SCRIPTS)
SCRIPTS = ./scripts