diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-27 11:43:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-27 11:43:47 +0000 |
commit | d279aa8de36903322536e700123333e014c47d85 (patch) | |
tree | c675cb3179ecf305e4b3c05db6df469e23e1d850 /graphics/rgbpaint/files/patch-src_Makefile | |
parent | - A "not too old" compiler is required on FreeBSD < 10; (diff) |
- Support CC properly
- Stage support
PR: 184233
Notes
Notes:
svn path=/head/; revision=346316
Diffstat (limited to 'graphics/rgbpaint/files/patch-src_Makefile')
-rw-r--r-- | graphics/rgbpaint/files/patch-src_Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/rgbpaint/files/patch-src_Makefile b/graphics/rgbpaint/files/patch-src_Makefile deleted file mode 100644 index 78dea9b64eda..000000000000 --- a/graphics/rgbpaint/files/patch-src_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.orig 2007-01-12 14:22:19.000000000 +0000 -+++ src/Makefile -@@ -1,7 +1,7 @@ - include ../_conf.txt - - CFLAGS = $(CFLAG) --LDFLAGS = $(LDFLAG) $(GLIB_LIB) -+LDFLAGS = $(LDFLAG) $(GLIB_LIB) -lm -lintl - - BIN = rgbpaint - |