aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-06-25 01:46:36 +0800
committerdinoex <dinoex@FreeBSD.org>2011-06-25 01:46:36 +0800
commit19b2c90bce5555102f7dd84fab64d7e640f095d3 (patch)
tree287ab9e597e3ac1d273c939cd3e209e972d5328e /security
parent5fa5e8f8d710ccc364afe5e918e39ddde81de675 (diff)
downloadfreebsd-ports-gnome-19b2c90bce5555102f7dd84fab64d7e640f095d3.tar.gz
freebsd-ports-gnome-19b2c90bce5555102f7dd84fab64d7e640f095d3.tar.zst
freebsd-ports-gnome-19b2c90bce5555102f7dd84fab64d7e640f095d3.zip
- honor CC,CFLAGS,LD,LDFLAGS
Diffstat (limited to 'security')
-rw-r--r--security/pgpin/distinfo1
-rw-r--r--security/pgpin/files/patch-makefile23
2 files changed, 22 insertions, 2 deletions
diff --git a/security/pgpin/distinfo b/security/pgpin/distinfo
index c536ad8dbfb5..1ce620b2894c 100644
--- a/security/pgpin/distinfo
+++ b/security/pgpin/distinfo
@@ -1,3 +1,2 @@
-MD5 (pgp263in010323.tgz) = b8a30328c1d3f2e40516e78ab1bdc3b2
SHA256 (pgp263in010323.tgz) = a2abfb1f196ba40b6990c9a97a3dba5e540697f8a217a8b9907ecbc712ccf48a
SIZE (pgp263in010323.tgz) = 624606
diff --git a/security/pgpin/files/patch-makefile b/security/pgpin/files/patch-makefile
index c018728229ee..ec87603bc109 100644
--- a/security/pgpin/files/patch-makefile
+++ b/security/pgpin/files/patch-makefile
@@ -1,5 +1,26 @@
--- makefile.orig 2001-03-23 11:44:58.000000000 +0100
-+++ makefile 2010-03-18 16:58:27.000000000 +0100
++++ makefile 2011-06-24 19:39:57.000000000 +0200
+@@ -50,15 +50,15 @@
+ # -DUSE_SELECT to use select() system call
+ # -DUSE_NBIO to use non-blocking read()
+
+-CFLAGS= -O -DUNIX -DPORTABLE $(BYTEORDER)
++CFLAGS+= -O -DUNIX -DPORTABLE $(BYTEORDER)
+
+ # must set byte order for targets "sysv" and "bsd"
+ # BYTEORDER= -DHIGHFIRST
+
+-CC = cc
+-LD = cc # Link command
+-LDFLAGS =
+-CPP = $(CC) -E
++CC ?= cc
++LD ?= cc # Link command
++LDFLAGS ?=
++CPP ?= $(CC) -E
+ DBG = -O
+ RM = rm -f
+
@@ -79,7 +79,8 @@
@echo "where <system> can be:"
@echo " 386bsd, 3b1, 3b1_asm, aix370, aix386, amix-68k-gcc, apollo,"