summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-12-29 20:02:10 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-04 12:14:31 +0200
commitf75fc95b5672afeff3da21c6a46710b9aa1813a0 (patch)
tree3d820b9cfee2fd50dad0d6a69c00c5ee5b8724c2
parentmedia-gfx/symboleditor: remove unused patch (diff)
downloadgentoo-f75fc95b.tar.gz
gentoo-f75fc95b.tar.bz2
gentoo-f75fc95b.zip
media-gfx/sam2p: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3276
-rw-r--r--media-gfx/sam2p/files/sam2p-0.45-cflags.patch37
-rw-r--r--media-gfx/sam2p/files/sam2p-0.45-nostrip.patch13
2 files changed, 0 insertions, 50 deletions
diff --git a/media-gfx/sam2p/files/sam2p-0.45-cflags.patch b/media-gfx/sam2p/files/sam2p-0.45-cflags.patch
deleted file mode 100644
index d6636d5308cf..000000000000
--- a/media-gfx/sam2p/files/sam2p-0.45-cflags.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Index: sam2p-0.45/configure.in
-===================================================================
---- sam2p-0.45.orig/configure.in
-+++ sam2p-0.45/configure.in
-@@ -81,7 +81,7 @@ fi
- dnl Checks for programs.
- dnl AC_PROG_CC
- AC_LANG_CPLUSPLUS
--CXXFLAGS=" "
-+#CXXFLAGS=" "
- dnl ^^^ set it to non-empty, so AC_PROG_CXX won't include `-g'
- CCC="$CCC g++"
- dnl ^^^ check g++ before c++ (see acspecific.m4, grep AC_PROG_CXX)
-@@ -215,7 +215,7 @@ AC_OUTPUT(Makehelp)
-
- dnl AC_PTS_RUN_OK([perl -x -S ./ccdep.pl $CXX], [], [AC_MSG_ERROR(cannot compute depends)])
- rm -f Makedep
--AC_PTS_RUN_OK([make Makedep], [], [AC_MSG_ERROR(cannot compute depends)])
-+AC_PTS_RUN_OK([gmake Makedep], [], [AC_MSG_ERROR(cannot compute depends)])
- AC_PTS_OK
- echo "configure done. Now you should run: make; make install"
-
-Index: sam2p-0.45/Makefile
-===================================================================
---- sam2p-0.45.orig/Makefile
-+++ sam2p-0.45/Makefile
-@@ -49,8 +49,8 @@ IDE_MODES := release debug
- IDE_TARGETS_debug := $(patsubst %,%.yes, $(TARGETS))
- IDE_TARGETS_release := $(TARGETS)
-
--CXD_assert =$(CXX) -s -O2
--CXD_no =$(CXX) -s -DNDEBUG -O3
-+CXD_assert =$(CXX)
-+CXD_no =$(CXX) -DNDEBUG
- # CXD_yes =$(CXX) $(GFLAG) -lefence
- CXD_yes =$(CXX) $(GFLAG)
- CXD_checker=checkerg++ $(GFLAG)
diff --git a/media-gfx/sam2p/files/sam2p-0.45-nostrip.patch b/media-gfx/sam2p/files/sam2p-0.45-nostrip.patch
deleted file mode 100644
index d60a77c36207..000000000000
--- a/media-gfx/sam2p/files/sam2p-0.45-nostrip.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: sam2p-0.45/Makefile
-===================================================================
---- sam2p-0.45.orig/Makefile
-+++ sam2p-0.45/Makefile
-@@ -17,7 +17,7 @@ PERL_BADLANG=x
- export PERL_BADLANG
-
- CXXX=$(CXD_assert)
--LDALL=$(LDXX) -s $(LDFLAGS) $(LIBS)
-+LDALL=$(LDXX) $(LDFLAGS) $(LIBS)
- ifeq ($(ENABLE_DEBUG), no)
- CXXX=$(CXD_no)
- endif